10 lines
209 B
YAML
Raw Normal View History

---
# Nmap port test
2021-02-03 21:29:45 -06:00
- name: General | Tests | nmap | Run
shell: "nmap localhost > /root/nmap.txt"
- name: General | Tests | nmap | Make Report Readable
file:
path: "/root/nmap.txt"
mode: '0444'