Fix formatting errors
All checks were successful
Ansible Lint / build (push) Successful in 1m11s
Ansible Deploy / deploy (Ansible/playbooks/debian.yml) (push) Successful in 1m46s
Ansible Deploy / deploy (Ansible/playbooks/proxmox.yml) (push) Successful in 2m30s

This commit is contained in:
Benjamin Hays 2024-11-07 18:04:29 -05:00
parent 9ab9e5520a
commit 940707b01f
2 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,3 @@
---
collections:
roles:
- geerlingguy.certbot
- name: geerlingguy.certbot

View File

@ -40,5 +40,5 @@
dest: /etc/ssh/sshd_config
- name: Restart OpenSSH
ansible.builtin.systemd:
name: sshd
name: ssh
state: restarted