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:
parent
381a045089
commit
5e28d3a15c
1 changed files with 0 additions and 1 deletions
|
@ -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…
Reference in a new issue