inventory: vagrant: rename deprectated ansible_ssh_* (#50694)
This commit is contained in:
parent
6d605dc3f9
commit
468588d3f8
1 changed files with 3 additions and 3 deletions
|
@ -47,10 +47,10 @@ from ansible.module_utils.six.moves import StringIO
|
|||
|
||||
|
||||
_group = 'vagrant' # a default group
|
||||
_ssh_to_ansible = [('user', 'ansible_ssh_user'),
|
||||
('hostname', 'ansible_ssh_host'),
|
||||
_ssh_to_ansible = [('user', 'ansible_user'),
|
||||
('hostname', 'ansible_host'),
|
||||
('identityfile', 'ansible_ssh_private_key_file'),
|
||||
('port', 'ansible_ssh_port')]
|
||||
('port', 'ansible_port')]
|
||||
|
||||
# Options
|
||||
# ------------------------------
|
||||
|
|
Loading…
Reference in a new issue