cyberark / ansible-modules

Ansible Modules for CyberArk Privileged Account Security Web Service SDK
MIT License
37 stars 17 forks source link

Updating cyberark_credential module for Python3 #6

Open ipv6freely opened 3 years ago

ipv6freely commented 3 years ago

Python3 doesn't have urllib.quote, you must use urllib.parse.quote instead. Updating the module so it can be used in Python3.