diff options
| -rw-r--r-- | distrib.yml | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/distrib.yml b/distrib.yml index 9782469..523b824 100644 --- a/distrib.yml +++ b/distrib.yml @@ -1,6 +1,6 @@  ---  - hosts: "localhost" -  connection: "local" +  gather_facts: false    vars:      ansible_python_interpreter: "auto_silent"    tasks: @@ -93,6 +93,7 @@          - "all"  - hosts: "localhost"    connection: "local" +  gather_facts: false    vars:      ansible_python_interpreter: "auto_silent"    tasks: | 
