network_cli shouldn't be specified anymore (#21458)

pull/21010/merge
John R Barker 7 years ago committed by GitHub
parent 381a045089
commit 5e28d3a15c

@ -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,
)

Loading…
Cancel
Save