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

install_license role update default main.yml #143

Open dcrask opened 5 years ago

dcrask commented 5 years ago

The role for install_license role needs to have the ...install_license/default/main.yml updated to "license: null" vs "install_license_file: null" to match the ...install_license/tasks/main.yml in order to run properly.

sygilber commented 4 years ago

Hi

Cam you share a code snippet of how you invoke this role ? Working fine on our end as-is:

This is how we invoke it:

dcrask commented 4 years ago

It has been awhile since I messed with this but looks like we are invoking the same way. Here is the YAML I used, I must have borrowed from the install fixpack, and you will need to make the role changes from my initial post to make this work.


Install fixpack

Need to necessarily pass fixpack filename like so:

install_fixpack_file: "/tmp/9021_IF1.fixpack"