mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
Fix error in YAML example
This commit is contained in:
parent
9d156c6cb1
commit
dace517133
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ author:
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: Run puppet agent and fail if anything goes wrong
|
- name: Run puppet agent and fail if anything goes wrong
|
||||||
puppet
|
puppet:
|
||||||
|
|
||||||
- name: Run puppet and timeout in 5 minutes
|
- name: Run puppet and timeout in 5 minutes
|
||||||
puppet:
|
puppet:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue