mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 14:20:22 -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
|
@ -1350,7 +1350,7 @@ class SunOSService(Service):
|
|||
def service_control(self):
|
||||
status = self.get_sunos_svcs_status()
|
||||
|
||||
# if starting or reloading, clear maintenace states
|
||||
# if starting or reloading, clear maintenance states
|
||||
if self.action in ['start', 'reload', 'restart'] and status in ['maintenance', 'degraded']:
|
||||
rc, stdout, stderr = self.execute_command("%s clear %s" % (self.svcadm_cmd, self.name))
|
||||
if rc != 0:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue