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,6 +1,6 @@
---
# next task requires this directory to exist for sshd -t flag
- name: Ensure /run/sshd exists
- name: "Algorithms | Ensure /run/sshd exists"
ansible.builtin.file:
path: /run/sshd
state: directory