diff options
author | David Medberry <openstack@medberry.net> | 2019-02-18 16:49:11 +0100 |
---|---|---|
committer | AlanCoding <arominge@redhat.com> | 2019-09-27 20:28:59 +0200 |
commit | b034295c994962b8304ca502be32f4e1588130b6 (patch) | |
tree | d1f89d3b7b6782f6b679130ced9c37ad2cb46edc | |
parent | tower modules: check that 'verify_ssl' defined in ~/.tower_cli.cfg isn't igno... (diff) | |
download | awx-b034295c994962b8304ca502be32f4e1588130b6.tar.xz awx-b034295c994962b8304ca502be32f4e1588130b6.zip |
Update tower_credential.py (#51469)
misspelled word and poor capitalization (in the same sentence of the doc string)
+label: docsite_pr
-rw-r--r-- | lib/ansible/modules/web_infrastructure/ansible_tower/tower_credential.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/modules/web_infrastructure/ansible_tower/tower_credential.py b/lib/ansible/modules/web_infrastructure/ansible_tower/tower_credential.py index 2b30355363..46152baebf 100644 --- a/lib/ansible/modules/web_infrastructure/ansible_tower/tower_credential.py +++ b/lib/ansible/modules/web_infrastructure/ansible_tower/tower_credential.py @@ -93,7 +93,7 @@ options: - Domain for openstack type. become_method: description: - - Become method to Use for privledge escalation. + - Become method to use for privilege escalation. choices: ["None", "sudo", "su", "pbrun", "pfexec", "pmrun"] become_username: description: |