Skip to content

Commit

Permalink
Fix spelling of ansbile to ansible (ansible#43898)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansb authored and ansibot committed Aug 9, 2018
1 parent 898d1c8 commit b9df856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ansible/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def set_constant(name, value, export=vars()):
# 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')))

Expand Down

0 comments on commit b9df856

Please sign in to comment.