diff options
author | Michael Tipton <mike@ibeta.org> | 2021-10-10 05:46:16 +0200 |
---|---|---|
committer | Michael Tipton <mike@ibeta.org> | 2021-10-10 05:46:16 +0200 |
commit | f8319fcd02d7e522d3039ce5f61fb557071897a6 (patch) | |
tree | 13fd3f2eb82464893b6ee639ae3b6eea3e299fa1 /awx_collection | |
parent | Merge pull request #11218 from kialam/revert-pf-upgrade (diff) | |
download | awx-f8319fcd02d7e522d3039ce5f61fb557071897a6.tar.xz awx-f8319fcd02d7e522d3039ce5f61fb557071897a6.zip |
fix spelling of Vault
Diffstat (limited to 'awx_collection')
-rw-r--r-- | awx_collection/plugins/modules/credential.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/awx_collection/plugins/modules/credential.py b/awx_collection/plugins/modules/credential.py index 6eacbecf73..0af04f2948 100644 --- a/awx_collection/plugins/modules/credential.py +++ b/awx_collection/plugins/modules/credential.py @@ -158,7 +158,7 @@ EXAMPLES = ''' controller_password: ansible controller_host: https://localhost -- name: Create a Vaiult credential (example for notes) +- name: Create a Vault credential (example for notes) credential: name: Example password credential_type: Vault |