Fix example

change count_tags to count_tag
pull/28581/head
Matt 7 years ago committed by Brian Coca
parent 7b73ee0818
commit 9407a17c40

@ -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…
Cancel
Save