Skip to content

Commit

Permalink
Addressed deprecation warning
Browse files Browse the repository at this point in the history
"sudo" is replaced with "become".
  • Loading branch information
freemanjp committed Jul 6, 2016
1 parent 901aa6d commit c3c0c7f
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 @@ -141,7 +141,7 @@
mode: '0755'

- name: Install Maven facts
sudo: yes
become: yes
template:
src: facts.j2
dest: /etc/ansible/facts.d/idea.fact
Expand Down

0 comments on commit c3c0c7f

Please sign in to comment.