From 54c19551f36bbf0428f2421320507e857949578b Mon Sep 17 00:00:00 2001 From: Alexander Gorelyshev Date: Mon, 8 Jun 2026 16:02:47 +0400 Subject: [PATCH] Fix a tiny stylistic discrepancy --- roles/sshd/tasks/algorithms.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/sshd/tasks/algorithms.yml b/roles/sshd/tasks/algorithms.yml index 46c52da..1e5faae 100644 --- a/roles/sshd/tasks/algorithms.yml +++ b/roles/sshd/tasks/algorithms.yml @@ -1,6 +1,6 @@ --- # 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: path: /run/sshd state: directory