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 subsequent tasks. The README currently suggests that the module itself will return a URI to do the lookup, not that the module returns values from the module that can be used in tasks later in the playbook:
If these two lines incorrectly copied into a playbook, the yaml parser will fail. These should be separated from the task examples to prevent confusion.
Additionally, the task examples should accompany some example module that uses the secret:
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 subsequent tasks. The README currently suggests that the module itself will return a URI to do the lookup, not that the module returns values from the module that can be used in tasks later in the playbook:See: cyberark_credential.md
Describe the solution you would like
and
If these two lines incorrectly copied into a playbook, the yaml parser will fail. These should be separated from the task examples to prevent confusion.
Additionally, the task examples should accompany some example module that uses the secret: