From 77b212833e22cb6584ad020aa9bd0e477c50b461 Mon Sep 17 00:00:00 2001 From: Dimitri Savineau Date: Fri, 25 Oct 2019 11:09:32 -0400 Subject: [PATCH] add-mon: add missing become flag Without the become flag set to true, we can't executed the roles successfully. Signed-off-by: Dimitri Savineau --- infrastructure-playbooks/add-mon.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/infrastructure-playbooks/add-mon.yml b/infrastructure-playbooks/add-mon.yml index 55cfa3a64..fa499715f 100644 --- a/infrastructure-playbooks/add-mon.yml +++ b/infrastructure-playbooks/add-mon.yml @@ -10,6 +10,7 @@ gather_facts: false vars: delegate_facts_host: true + become: true pre_tasks: - name: gather facts setup: -- 2.39.5