Skip to content

Commit

Permalink
sudo > become - ansible2
Browse files Browse the repository at this point in the history
  • Loading branch information
martbhell committed Apr 26, 2016
1 parent 932d6a0 commit b1a3b8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
create=yes
with_items: "{{ pdsh_group }}"
delegate_to: localhost
sudo: no
become: no
register: reg_pdsh_machines

- name: copy in /etc/machines
Expand All @@ -32,4 +32,4 @@
# create=yes
# with_dict: groups
# delegate_to: localhost
# sudo: no
# become: no

0 comments on commit b1a3b8a

Please sign in to comment.