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>
(cherry picked from commit 77b212833e)
pull/4680/head
Dimitri Savineau 2019-10-25 11:09:32 -04:00 committed by Dimitri Savineau
parent 3625ea6ef8
commit ff3bea871d
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: