ansible-for-i
ansible-for-i copied to clipboard
'restart/bounce' option to ibmi_tcp_server_service
The documentation alludes to the restart option, but the module only accepts 'started' and 'stopped'
state: description: - C(started)/C(stopped) are idempotent actions that will not run commands unless necessary. - C(restarted) will always bounce the service. - B(At least one of state and enabled are required.) type: str choices: ["started", "stopped"] required: yes
Fix will be included in next release.