Cleaning up to fit AniNIX/Uniglot hooks; catching up with testing
This commit is contained in:
@@ -64,6 +64,15 @@
|
||||
src: sshd_config
|
||||
dest: /etc/ssh/sshd_config
|
||||
|
||||
- name: Allow SSHD Includes
|
||||
become: yes
|
||||
file:
|
||||
path: /etc/ssh/includes
|
||||
state: directory
|
||||
user: root
|
||||
group: root
|
||||
mode: 0755
|
||||
|
||||
- name: Restart SSHD (ArchLinux)
|
||||
become: yes
|
||||
when: ansible_os_family == "Archlinux" and sshd_config.changed
|
||||
|
Reference in New Issue
Block a user