Commit 4226e49b by Konstantin Manna Committed by Brian Coca

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

parent 1ccfeafa
......@@ -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'
# ===========================================
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment