mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 14:20:22 -07:00
State runnng v running
Fix typo
This commit is contained in:
parent
c2270a37ff
commit
aa6a7d5789
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue