mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 22:00:22 -07:00
disable gather facts and update playbook output (#46409)
* disable facts gather and update playbook output * fix output
This commit is contained in:
parent
33b34f5c82
commit
a1fae193c7
3 changed files with 12 additions and 21 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
- name: Network Getting Started First Playbook
|
||||
connection: network_cli
|
||||
gather_facts: false
|
||||
hosts: all
|
||||
tasks:
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
- name: Network Getting Started First Playbook Extended
|
||||
connection: network_cli
|
||||
gather_facts: false
|
||||
hosts: all
|
||||
tasks:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue