mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 12:21:26 -07:00
Add support for ios to ansible-test.
This commit is contained in:
parent
883f7ed197
commit
b5d5888b6e
3 changed files with 3 additions and 0 deletions
|
@ -75,6 +75,7 @@ class ManageNetworkCI(object):
|
|||
'ansible_port=%s' % self.core_ci.connection.port,
|
||||
'ansible_connection=network_cli',
|
||||
'ansible_ssh_private_key_file=%s' % self.core_ci.ssh_key.key,
|
||||
'ansible_network_os=%s' % self.core_ci.platform,
|
||||
]
|
||||
|
||||
name = '%s-%s' % (self.core_ci.platform, self.core_ci.version.replace('.', '_'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue