Add missing "become: true"

This is needed in order to manage the configuration when injecting the
certificate.

Change-Id: I75b68876a6276d2fc31b4dc675368e7caece03f5
This commit is contained in:
Cédric Jeanneret 2021-11-05 08:59:15 +01:00
parent 88de955d0d
commit c1e7dc99f3
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@
CEPH_CONTAINER_BINARY: "{{ tripleo_cephadm_container_cli }}"
- name: Config ssl cert(s) and key(s) for the exposed components
become: true
block:
- name: Get ceph_cli
include_tasks: ceph_cli.yaml