Skip to content
Snippets Groups Projects
Commit cabba9a5 authored by Chris Hines's avatar Chris Hines
Browse files

whoops, forgot a change

Former-commit-id: 264a162c
parent 2b0a7804
No related branches found
No related tags found
No related merge requests found
...@@ -8,10 +8,11 @@ ...@@ -8,10 +8,11 @@
template: src=loginnodes_sshd.j2 dest=/etc/pam.d/sshd template: src=loginnodes_sshd.j2 dest=/etc/pam.d/sshd
become: true become: true
become_user: root become_user: root
when: comptenodepam is undefined when: computenodepam is undefined or not computenodepam
- name: "Copy password sshd pam config" - name: "Copy password sshd pam config"
template: src=computenodes_sshd.j2 dest=/etc/pam.d/sshd template: src=computenodes_sshd.j2 dest=/etc/pam.d/sshd
become: true become: true
become_user: root become_user: root
when: comptenodepam is undefined when: computenodepam is defined and computenodepam
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