disable gather facts and update playbook output (#46409)

* disable facts gather and update playbook output

* fix output
This commit is contained in:
Sandra McCann 2018-10-02 14:59:10 -04:00 committed by Alicia Cozine
commit a1fae193c7
3 changed files with 12 additions and 21 deletions

View file

@ -2,6 +2,7 @@
- name: Network Getting Started First Playbook
connection: network_cli
gather_facts: false
hosts: all
tasks:

View file

@ -2,6 +2,7 @@
- name: Network Getting Started First Playbook Extended
connection: network_cli
gather_facts: false
hosts: all
tasks: