Skip to content

Commit

Permalink
removes hosts from action playbook
Browse files Browse the repository at this point in the history
  • Loading branch information
discopatrick committed Jul 17, 2016
1 parent e51747b commit c90f2fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/ansible-pull-action.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---

- name: run simple action (to be run by ansible pull on remote host)
hosts: 127.0.0.1
# hosts: 127.0.0.1
remote_user: "{{ my_remote_user }}"
become: no
become_method: sudo
Expand Down

0 comments on commit c90f2fd

Please sign in to comment.