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: "Authentication | Configure SSH authentication settings"
- name: "Authentication | configure SSH authentication settings"
notify: "Restart ssh"
loop:
- { regexp: '^#?\s*PubkeyAuthentication\s+', line: 'PubkeyAuthentication yes' }
@@ -17,7 +17,7 @@
line: "{{ item.line }}"
validate: /usr/sbin/sshd -t -f %s
- name: "Check if there is an SSH config forced by cloud-init"
- name: "Authentication | check if there is an SSH config forced by cloud-init"
register: sshd_cloud_init
ansible.builtin.stat:
path: "/etc/ssh/sshd_config.d/50-cloud-init.conf"