mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-02 11:22:47 +00:00
Fix example
change count_tags to count_tag
This commit is contained in:
@@ -58,7 +58,7 @@ EXAMPLES = '''
|
||||
|
||||
- name: Ensure one dbserver is running
|
||||
ec2:
|
||||
count_tags:
|
||||
count_tag:
|
||||
Name: dbserver
|
||||
Env: production
|
||||
exact_count: 1
|
||||
|
||||
Reference in New Issue
Block a user