mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Fix Ansible documentation in part of example formatting (#334)
This commit is contained in:
@@ -34,8 +34,8 @@ author: "Darryl Stoflet (@dstoflet)"
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
# Manage the state of program "httpd" to be in "started" state.
|
||||
- monit:
|
||||
- name: Manage the state of program httpd to be in started state
|
||||
monit:
|
||||
name: httpd
|
||||
state: started
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user