1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fixed Typo in Examples of systemd module (#3870)

This commit is contained in:
Robin Naundorf 2016-06-06 19:50:47 +02:00 committed by Matt Clay
parent 03f06ca2e8
commit 03515fc26c

View file

@ -76,7 +76,7 @@ EXAMPLES = '''
- systemd:
name: httpd
enabled: yes
mased: no
masked: no
'''
RETURN = '''