diff --git a/ansible.cfg b/__ansible.cfg.old similarity index 100% rename from ansible.cfg rename to __ansible.cfg.old diff --git a/debug.yml b/debug.yml index 2677b6c..b1c50c0 100644 --- a/debug.yml +++ b/debug.yml @@ -1,6 +1,5 @@ - name: "Simple Test" - hosts: localhost - connection: local + hosts: all gather_facts: false become: false