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

Manually reload liberty runtime #202

Open dcrask opened 2 years ago

dcrask commented 2 years ago

I need to setup my api client playbooks so it doesn't automatically reload the liberty runtime. What is the simplest way to handle this?

ram-ibm commented 2 years ago

Quickest (and dirtiest) would be to simply edit the handler that is locally installed to not do anything. Other ideas would be create clones of the roles so you control what handlers are fired.