test
This commit is contained in:
2
scan.yml
2
scan.yml
@@ -100,7 +100,7 @@
|
||||
# delegate_to: localhost
|
||||
|
||||
- ansible.builtin.set_fact:
|
||||
nc_port_list: "{{ nc_port_list|default([]) + [item.stderr_lines + item.stdout_lines ]}}"
|
||||
nc_port_list: "{{ nc_port_list|default([]) + [item.stderr_lines + item.stdout_lines]}}"
|
||||
loop: "{{ nc_port.results }}"
|
||||
|
||||
#! remove run once when network range > 24
|
||||
|
||||
Reference in New Issue
Block a user