Restore task naming consistency

This commit is contained in:
Alexander Gorelyshev
2026-06-08 14:17:10 +04:00
parent b246eae017
commit 94f363209c
5 changed files with 7 additions and 7 deletions

View File

@@ -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: