mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Add missing connection and header
This commit is contained in:
parent
c725aa5e47
commit
050a2dc919
1 changed files with 4 additions and 0 deletions
|
@ -58,7 +58,10 @@ be terminated.
|
||||||
What is being counted is specified by the "count_tag" parameter. The parameter "instance_tags" is used to apply tags to the newly created
|
What is being counted is specified by the "count_tag" parameter. The parameter "instance_tags" is used to apply tags to the newly created
|
||||||
instance.
|
instance.
|
||||||
|
|
||||||
|
# demo_setup.yml
|
||||||
|
|
||||||
- hosts: localhost
|
- hosts: localhost
|
||||||
|
connection: local
|
||||||
gather_facts: False
|
gather_facts: False
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
@ -84,6 +87,7 @@ From this, we'll use the add_host module to dynamically create a host group cons
|
||||||
# demo_setup.yml
|
# demo_setup.yml
|
||||||
|
|
||||||
- hosts: localhost
|
- hosts: localhost
|
||||||
|
connection: local
|
||||||
gather_facts: False
|
gather_facts: False
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
|
Loading…
Reference in a new issue