Skip to content

Commit

Permalink
Merge pull request #3 from VilleS1/patch-1
Browse files Browse the repository at this point in the history
This fixes "Deprecation Warning" messages.
  • Loading branch information
jabl authored May 18, 2018
2 parents 0c9895c + 1eccf2c commit cd28e04
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 @@ -29,4 +29,4 @@
regexp="(^\-\:ALL\:ALL$)"
line="-:ALL:ALL"
insertafter="EOF"'
when: reg_slurm_access_conf|success and pam_enabled and pam_enable_slurm
when: reg_slurm_access_conf is success and pam_enabled and pam_enable_slurm

0 comments on commit cd28e04

Please sign in to comment.