mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 00:03:10 +00:00
Merge pull request #9755 from armetiz/docs_format
Add missing connection and header
This commit is contained in:
@@ -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
|
||||
instance.
|
||||
|
||||
# demo_setup.yml
|
||||
|
||||
- hosts: localhost
|
||||
connection: local
|
||||
gather_facts: False
|
||||
|
||||
tasks:
|
||||
@@ -84,6 +87,7 @@ From this, we'll use the add_host module to dynamically create a host group cons
|
||||
# demo_setup.yml
|
||||
|
||||
- hosts: localhost
|
||||
connection: local
|
||||
gather_facts: False
|
||||
|
||||
tasks:
|
||||
|
||||
Reference in New Issue
Block a user