Skip to content
Snippets Groups Projects
Commit 5fbcd656 authored by Eesaan Atluri's avatar Eesaan Atluri
Browse files

remove quotes for the block in sshd config

parent 8a45586f
No related branches found
No related tags found
No related merge requests found
...@@ -24,8 +24,8 @@ ...@@ -24,8 +24,8 @@
marker_begin: "BEGIN account" marker_begin: "BEGIN account"
marker_end: "END account" marker_end: "END account"
block: | block: |
"-account sufficient pam_slurm_adopt.so" -account sufficient pam_slurm_adopt.so
"account required pam_access.so" account required pam_access.so
- name: Update sshd pam file - name: Update sshd pam file
blockinfile: blockinfile:
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
marker_begin: "BEGIN session" marker_begin: "BEGIN session"
marker_end: "END session" marker_end: "END session"
block: | block: |
"session include password-auth-no-systemd" session include password-auth-no-systemd
- name: Update secure access config for the node - name: Update secure access config for the node
lineinfile: lineinfile:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment