@@ -61,7 +61,7 @@
delegate_to: localhost
- ansible.builtin.command:
cmd: "masscan {{ target_network }} -p{{ target_port }}"
cmd: "masscan {{ target_network }} -p{{ str(target_port) }}"
become: true
register: scan_output
# pause
The note is not visible to the blocked user.