mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-03 04:34:24 -07:00
minor doc fix
This commit is contained in:
parent
2e3ad2b80a
commit
27f93bef40
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ tasks:
|
||||||
Env: production
|
Env: production
|
||||||
exact_count: 1
|
exact_count: 1
|
||||||
group: "{{ security_group }}"
|
group: "{{ security_group }}"
|
||||||
keypair: ""{{ keypair }}"
|
keypair: "{{ keypair }}"
|
||||||
image: "{{ image_id }}"
|
image: "{{ image_id }}"
|
||||||
instance_tags:
|
instance_tags:
|
||||||
Name: dbserver
|
Name: dbserver
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue