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

add_partner incorrect indentation #73

Open alwayslearning321 opened 6 years ago

alwayslearning321 commented 6 years ago

Was testing "add_partner" and keep getting ParerError, after compared with the working "add_federation", noticed line 9-10 in "add_partner/tasks/main.yml" for "action:" and "isamapi:" both have different indentation when compared with "add_federation/tasks/main.yml". Created local copy of the roles, changed the indentation and confirmed working.

ram-ibm commented 6 years ago

I believe set_partner and set_federation might be more in use. Recommend using those instead.