Ensure something gets saved to file.

This commit is contained in:
Hyperling 2021-02-07 08:15:18 -06:00
parent d0d6cb33d6
commit fd9fc336c0

View File

@ -5,7 +5,7 @@
shell: "nmap --open localhost | grep -c open > {{ nmap_report }}; echo success"
- name: General | Tests | nmap | Run Open
shell: "nmap --open localhost | grep open >> {{ nmap_report }}; echo success"
shell: "nmap --open localhost >> {{ nmap_report }}; echo success"
- name: General | Tests | nmap | Make Viewable
file: