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 <dsavinea@redhat.com>
pull/4679/head
Dimitri Savineau 2019-10-25 11:09:32 -04:00 committed by Guillaume Abrioux
parent 650bc0c3f0
commit 77b212833e
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
gather_facts: false
vars:
delegate_facts_host: true
become: true
pre_tasks:
- name: gather facts
setup: