We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
azure_rm_keyvaultsecret_info.py
- name: Get secret current version azure_rm_keyvaultsecret_info: vault_uri: https://vault{{ rpfx }}.vault.azure.net name: testsecret register: facts - name: Assert secret facts assert: that: - facts['secrets'] | length == 1 - facts['secrets'][0]['sid'] - facts['secrets'][0]['secret'] - facts['secrets'][0]['tags'] - facts['secrets'][0]['version']
2.10
The text was updated successfully, but these errors were encountered:
Merge pull request ansible-collections#49 from abikouo/play_doc_v1
3f18c7e
Document collection playbooks
Successfully merging a pull request may close this issue.
SUMMARY
ISSUE TYPE
COMPONENT NAME
azure_rm_keyvaultsecret_info.py
ADDITIONAL INFORMATION
ANSIBLE VERSION
2.10
The text was updated successfully, but these errors were encountered: