diff options
author | Ryan Brown <sb@ryansb.com> | 2018-08-09 18:32:42 -0400 |
---|---|---|
committer | ansibot <ansibot@users.noreply.github.com> | 2018-08-09 18:32:42 -0400 |
commit | b9df8564a26c3337a1e98c1ace7c278bf1dbfcdc (patch) | |
tree | 72948bd892298059da4bc6f62124b8f6d80c253b /lib/ansible/constants.py | |
parent | 898d1c8d8141b5a0cfe60d2f3bc25be988d144e4 (diff) | |
download | ansible-b9df8564a26c3337a1e98c1ace7c278bf1dbfcdc.tar.gz |
Fix spelling of ansbile to ansible (#43898)
Diffstat (limited to 'lib/ansible/constants.py')
-rw-r--r-- | lib/ansible/constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/constants.py b/lib/ansible/constants.py index cf7962a32f..e19fd7d5e3 100644 --- a/lib/ansible/constants.py +++ b/lib/ansible/constants.py @@ -123,7 +123,7 @@ VAULT_VERSION_MAX = 1.0 # object. The dictionary values are tuples, to account for aliases # in variable names. -COMMON_CONNECTION_VARS = frozenset(set(('ansible_connection', 'ansbile_host', 'ansible_user', 'ansible_shell_executable', +COMMON_CONNECTION_VARS = frozenset(set(('ansible_connection', 'ansible_host', 'ansible_user', 'ansible_shell_executable', 'ansible_port', 'ansible_pipelining', 'ansible_password', 'ansible_timeout', 'ansible_shell_type', 'ansible_module_compression', 'ansible_private_key_file'))) |