From e095f64126f6848bb0476720d63ebcbb5199d131 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Thu, 19 Sep 2019 18:39:07 -0500 Subject: [PATCH] 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. --- burp-client.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/burp-client.yml b/burp-client.yml index 42bc092..26dca3a 100644 --- a/burp-client.yml +++ b/burp-client.yml @@ -1,3 +1,4 @@ - hosts: burp-client roles: + - cronie - burp-client