ansible-for-i icon indicating copy to clipboard operation
ansible-for-i copied to clipboard

'restart/bounce' option to ibmi_tcp_server_service

Open bricevollmer opened this issue 4 years ago • 1 comments

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

bricevollmer avatar Oct 28 '20 15:10 bricevollmer

Fix will be included in next release.

LiJunBJZhu avatar Mar 24 '21 03:03 LiJunBJZhu