Count will always give a number. Why did the chmod fail?

This commit is contained in:
Hyperling 2021-02-07 08:16:45 -06:00
parent fd9fc336c0
commit 0f2bef82f9

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 >> {{ nmap_report }}; echo success"
shell: "nmap --open localhost | grep open >> {{ nmap_report }}; echo success"
- name: General | Tests | nmap | Make Viewable
file: