mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
disable gather facts and update playbook output (#46409)
* disable facts gather and update playbook output * fix output
This commit is contained in:
committed by
Alicia Cozine
parent
33b34f5c82
commit
a1fae193c7
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user