mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-26 14:41:23 -07:00
Bulk spelling improvement to modules-core (#5225)
* Correct spelling mistakes * Correct more spelling issues * merge conflict * Revert typo in parms
This commit is contained in:
parent
a4077537e0
commit
25b6492d37
91 changed files with 908 additions and 148 deletions
|
@ -75,7 +75,7 @@ EXAMPLES = '''
|
|||
- systemd: state=started name=httpd
|
||||
# Example action to stop service cron on debian, if running
|
||||
- systemd: name=cron state=stopped
|
||||
# Example action to restart service cron on centos, in all cases, also issue deamon-reload to pick up config changes
|
||||
# Example action to restart service cron on centos, in all cases, also issue daemon-reload to pick up config changes
|
||||
- systemd: state=restarted daemon_reload=yes name=crond
|
||||
# Example action to reload service httpd, in all cases
|
||||
- systemd: name=httpd state=reloaded
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue