mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Add missing scp dependency for ios_file tests (#56956)
This was required to be installed by a human, out side of our testing. Add it so ansible-test can now manage. Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
94e007ed77
commit
6f1ff8eb8e
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ junit-xml
|
|||
paramiko
|
||||
pyyaml
|
||||
pexpect # for _user test
|
||||
scp # for Cisco ios
|
||||
selectors2 # for ncclient
|
||||
ncclient # for Junos
|
||||
jxmlease # for Junos
|
||||
|
|
Loading…
Reference in a new issue