mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-05 02:03:09 +00:00
State runnng v running
Fix typo
This commit is contained in:
@@ -152,7 +152,7 @@ def http_commands(protocol, port, enable, config):
|
||||
# update the port
|
||||
commands.append('protocol {0} port {1}'.format(protocol, port))
|
||||
changed = True
|
||||
elif not started_config.get('runnng') and enable:
|
||||
elif not started_config.get('running') and enable:
|
||||
# turn on server
|
||||
commands.append('protocol {0} port {1}'.format(protocol, port))
|
||||
changed = True
|
||||
|
||||
Reference in New Issue
Block a user