IBM-Security / isam-ansible-roles

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

import license support file #35

Closed sygilber closed 6 years ago

sygilber commented 7 years ago

We have developed a role to import the support license file. We intent to share it but I was wondering if it should be named “import_license”, “apply_license”, or “install_license”. The actual python code and rest api documentation both refer to the act of “installing” a license whereas the appliance web help refers of “importing”. I don’t think that one can add numerous license file (although I never tried) so I was ruling out the “add” semantics. Open to comments. Will later track the pull request to this issue.

ram-ibm commented 7 years ago

Lets go with install since the python function has that name. I agree that we have multiple valid options for this.