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.
jenkins-master
Dustin 2019-09-19 18:39:07 -05:00
parent e8ca37fa7c
commit e095f64126
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
- hosts: burp-client - hosts: burp-client
roles: roles:
- cronie
- burp-client - burp-client