Skip to content

Commit

Permalink
Merge pull request #2 from martbhell/ansible2
Browse files Browse the repository at this point in the history
quote the variable used in with_items
  • Loading branch information
jabl committed Apr 25, 2016
2 parents dc6abcd + 5484690 commit 0c9895c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
regexp="(^\+\:{{ item }}\:ALL$)"
line="+:{{ item }}:ALL"'
register: reg_slurm_access_conf
with_items: slurm_access_groups
with_items: "{{ slurm_access_groups }}"
when: pam_enabled and pam_enable_slurm

- name: lineinfile deny all at the end of /etc/security/access.conf
Expand Down

0 comments on commit 0c9895c

Please sign in to comment.