mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
Native YAML (#3583)
This commit is contained in:
parent
cb1b8edfa9
commit
f8f0893922
1 changed files with 3 additions and 1 deletions
|
@ -53,7 +53,9 @@ author: "Darryl Stoflet (@dstoflet)"
|
|||
|
||||
EXAMPLES = '''
|
||||
# Manage the state of program "httpd" to be in "started" state.
|
||||
- monit: name=httpd state=started
|
||||
- monit:
|
||||
name: httpd
|
||||
state: started
|
||||
'''
|
||||
|
||||
def main():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue