jamesmarshall24
jamesmarshall24
## Summary Unbound error when using `use_ldap_authentication` parameter for cyberark_authentication.py ## Steps to Reproduce ``` ansible-galaxy collection install cyberark.pas:1.0.7 ansible localhost -m cyberark.pas.cyberark_authentication -a "use_ldap_authentication=yes api_base_url=127.0.0.1 username=test password=test" ``` ##...
## Summary Attempting to use collection version 1.0.7 with cyberark_account after a successful cyberark_authentication results in an error with api_base_url ## Steps to Reproduce 1. Install latest collection: ansible-galaxy collection...
## Summary *Provide brief overview and context for the discovered bug.* Using the cyberark_account certified collection throws an error stating the urllib is missing the attribute quote ## Steps to...
## Is your feature request related to a problem? Please describe. The README for `cyberark_credential` does not provide steps on how to use the results returned from the module in...