mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix example
change count_tags to count_tag
This commit is contained in:
parent
7b73ee0818
commit
9407a17c40
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ EXAMPLES = '''
|
||||||
|
|
||||||
- name: Ensure one dbserver is running
|
- name: Ensure one dbserver is running
|
||||||
ec2:
|
ec2:
|
||||||
count_tags:
|
count_tag:
|
||||||
Name: dbserver
|
Name: dbserver
|
||||||
Env: production
|
Env: production
|
||||||
exact_count: 1
|
exact_count: 1
|
||||||
|
|
Loading…
Reference in a new issue