Merge pull request #4301 from ansible/gundalow-patch-1

State runnng v running
reviewable/pr18780/r1
Peter Sprygada 8 years ago committed by GitHub
commit 033c02152d

@ -152,7 +152,7 @@ def http_commands(protocol, port, enable, config):
# update the port # update the port
commands.append('protocol {0} port {1}'.format(protocol, port)) commands.append('protocol {0} port {1}'.format(protocol, port))
changed = True changed = True
elif not started_config.get('runnng') and enable: elif not started_config.get('running') and enable:
# turn on server # turn on server
commands.append('protocol {0} port {1}'.format(protocol, port)) commands.append('protocol {0} port {1}'.format(protocol, port))
changed = True changed = True

Loading…
Cancel
Save