1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

network_cli shouldn't be specified anymore (#21458)

This commit is contained in:
John R Barker 2017-02-15 12:58:12 +00:00 committed by GitHub
parent 381a045089
commit 5e28d3a15c

View file

@ -274,7 +274,6 @@ def network_inventory(remotes):
options = dict(
ansible_host=remote.connection.hostname,
ansible_user=remote.connection.username,
ansible_connection='network_cli',
ansible_ssh_private_key_file=remote.ssh_key.key,
ansible_network_os=remote.platform,
)