Whitespace change for pam.d module

This commit is contained in:
Mike Holloway 2023-09-03 20:25:09 -04:00
parent 12e2a4273a
commit 040f197fe6

View File

@ -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: