IBM-Security / isam-ansible-roles

Ansible Custom Modules, Handlers and Tasks for ISAM. Requires "ibmsecurity" python package.
Apache License 2.0
24 stars 43 forks source link

set_cluster_config fails after commit #94

Open Mistrblank opened 5 years ago

Mistrblank commented 5 years ago

The Commit Changes handler is invoked during set_cluster_config. Immediately after a "Restart AAC Runtime" is attempting to run but there is no wait for the Commit Changes to complete resulting in a failed state. Cluster is configured appropriately though, but further tasks against that host will now be ignored because of the failed run state.

image

Eskotus commented 5 years ago

I noticed the same thing. Seems like it works if you have the AAC enabled. Maybe the handler could be updated so that AAC is checked before it is run.