1
0
Fork 0
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:
Matt 2017-08-23 14:36:55 -04:00 committed by Brian Coca
parent 7b73ee0818
commit 9407a17c40

View file

@ -58,7 +58,7 @@ EXAMPLES = '''
- name: Ensure one dbserver is running
ec2:
count_tags:
count_tag:
Name: dbserver
Env: production
exact_count: 1