Restore task naming consistency
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
- name: "Configure AllowUsers"
|
||||
- name: "Whitelists | configure AllowUsers"
|
||||
when: sshd_allow_users is defined
|
||||
notify: "Restart ssh"
|
||||
ansible.builtin.lineinfile:
|
||||
@@ -8,7 +8,7 @@
|
||||
line: "AllowUsers {{ sshd_allow_users }}"
|
||||
validate: /usr/sbin/sshd -t -f %s
|
||||
|
||||
- name: "Configure AllowGroups"
|
||||
- name: "Whitelists | configure AllowGroups"
|
||||
when: sshd_allow_groups is defined
|
||||
notify: "Restart ssh"
|
||||
ansible.builtin.lineinfile:
|
||||
|
||||
Reference in New Issue
Block a user