From 040f197fe6231b59e639303d842d7899ebb64af5 Mon Sep 17 00:00:00 2001 From: Mike Holloway Date: Sun, 3 Sep 2023 20:25:09 -0400 Subject: [PATCH] Whitespace change for pam.d module --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 7554cf4..19a2944 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -14,7 +14,7 @@ - name: Enable systemd-user session initialization over ssh lineinfile: dest: /etc/pam.d/sshd - line: "session optional pam_systemd.so" + line: "session optional pam_systemd.so" # - name: Copy cni networking driver config into place # blockinfile: