Finish sshd role.

This commit is contained in:
Tom Alexander
2022-10-12 20:16:27 -04:00
parent e5d3afc7b8
commit 5515d484a5
12 changed files with 72 additions and 20 deletions

View File

@@ -1,4 +1,14 @@
# - name: restart foo
# - name: restart foo freebsd
# when: 'os_flavor == "freebsd"'
# listen: restart foo
# service:
# name: foo
# state: restarted
# - name: restart ssh linux
# when: 'os_flavor == "linux"'
# listen: restart foo
# systemd:
# state: restarted
# name: foo
# daemon_reload: yes