Files
configpolicy/burp-client.yml
Dustin C. Hatch e095f64126 burp-client: Apply the cronie role
Since the `burp` client command is scheduled to run using Cron, Cronie
needs to be installed and set up in order for the *burp-client* role to
install its cron table file.
2019-09-19 19:27:30 -05:00

5 lines
57 B
YAML

- hosts: burp-client
roles:
- cronie
- burp-client