bugfix: statement had no effect => statement now has assumed effect
This commit is contained in:
parent
1ccfeafa76
commit
4226e49bc6
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ class Service(object):
|
|||
|
||||
# alias running to started
|
||||
if self.module.params['state'] == 'running':
|
||||
self.module.params['state'] == 'started'
|
||||
self.module.params['state'] = 'started'
|
||||
|
||||
|
||||
# ===========================================
|
||||
|
|
Loading…
Reference in a new issue