mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02: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 = '''
|
||||
- name: Run puppet agent and fail if anything goes wrong
|
||||
puppet
|
||||
puppet:
|
||||
|
||||
- name: Run puppet and timeout in 5 minutes
|
||||
puppet:
|
||||
|
|
Loading…
Reference in a new issue