Count will always give a number. Why did the chmod fail?
This commit is contained in:
parent
fd9fc336c0
commit
0f2bef82f9
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user