mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-04 12:22:45 +00:00
Misc typo for Ansible
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
committed by
Brian Coca
parent
33c61d1cdf
commit
e8072ee616
@@ -79,7 +79,7 @@ def fail_if_missing(module, found, service, msg=''):
|
||||
This function will return an error or exit gracefully depending on check mode status
|
||||
and if the service is missing or not.
|
||||
|
||||
:arg module: is an AnsbileModule object, used for it's utility methods
|
||||
:arg module: is an AnsibleModule object, used for it's utility methods
|
||||
:arg found: boolean indicating if services was found or not
|
||||
:arg service: name of service
|
||||
:kw msg: extra info to append to error/success msg when missing
|
||||
@@ -95,7 +95,7 @@ def daemonize(module, cmd):
|
||||
'''
|
||||
Execute a command while detaching as a daemon, returns rc, stdout, and stderr.
|
||||
|
||||
:arg module: is an AnsbileModule object, used for it's utility methods
|
||||
:arg module: is an AnsibleModule object, used for it's utility methods
|
||||
:arg cmd: is a list or string representing the command and options to run
|
||||
|
||||
This is complex because daemonization is hard for people.
|
||||
|
||||
Reference in New Issue
Block a user