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

whoops, forgot a change

parent 24970d91
No related branches found
No related tags found
1 merge request!271Unify pam ssh
......@@ -8,10 +8,11 @@
template: src=loginnodes_sshd.j2 dest=/etc/pam.d/sshd
become: true
become_user: root
when: comptenodepam is undefined
when: computenodepam is undefined or not computenodepam
- name: "Copy password sshd pam config"
template: src=computenodes_sshd.j2 dest=/etc/pam.d/sshd
become: true
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