Merge pull request #106 from BenGig/master

Backup of sshd_config dependent on variable
This commit is contained in:
Matt Willsher 2019-04-29 17:51:18 +01:00 committed by GitHub
commit 7f6344b508
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,7 @@
group: "{{ sshd_config_group }}"
mode: "{{ sshd_config_mode }}"
validate: "{{ sshd_binary }} -t -f %s"
backup: "{{ sshd_backup }}"
notify: reload_sshd
- name: Install systemd service files