Fix a tiny stylistic discrepancy

This commit is contained in:
Alexander Gorelyshev
2026-06-08 16:02:47 +04:00
parent e260c8ac4c
commit 54c19551f3

View File

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