Skip to content

Conversation

@Nick-Andreano
Copy link
Contributor

Fix for Cyberark response casting error

raise AnsibleError(str(exc))

content = resp.Json().get("Content")
content = resp.json().get("Content")

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ouch! pylint doesn't pick this up either. Expensive typo...

@privateip privateip merged commit 3b93a67 into itential:main Nov 21, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants