Skip to content

Commit 6b71b22

Browse files
authored
Merge pull request #438 from rdiscala/fix-add-ncat-cnf-gotests-dep
Add nmap-ncat for cnf-gotests
2 parents b7a1a8b + 3e0dc79 commit 6b71b22

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

playbooks/cnf/deploy-run-downstream-tests-script.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,12 @@
6767
- metallb_vlans is defined
6868
- switch_interfaces is defined
6969

70+
- name: Install required packages
71+
become: true
72+
ansible.builtin.dnf:
73+
name:
74+
- nmap-ncat
75+
7076
- name: Gather cluster network information
7177
register: cluster_info
7278
environment:

0 commit comments

Comments
 (0)