Skip to content

Commit

Permalink
ansible-lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew J Huffman committed Dec 31, 2018
1 parent afac185 commit 89253e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
package:
name: "sudo"
state: "present"
retries: "3"
register: "sudo_installed"
until: "sudo_installed is success"

- name: "Ensure the sudoers.d directory is created"
file:
Expand Down

0 comments on commit 89253e2

Please sign in to comment.