bugfix: statement had no effect => statement now has assumed effect

pull/12552/head
Konstantin Manna 9 years ago committed by Brian Coca
parent 1ccfeafa76
commit 4226e49bc6

@ -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…
Cancel
Save