diff --git a/test_play.yml b/test_play.yml index 5e32e98..c5fdbd6 100755 --- a/test_play.yml +++ b/test_play.yml @@ -2,9 +2,10 @@ --- - name: "TestPlay" gather_facts: true - become: false - hosts: localhost - connection: local + become: true + hosts: all + #hosts: localhost + #connection: local tasks: - debug: msg: "Hello World"