docker2podman: import ceph-defaults in first play

We must import this role in the first play otherwise the first call to
`client_group_name`fails.

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1777829

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit 6526a25ab5)
pull/4803/head
Guillaume Abrioux 2019-11-28 14:01:13 +01:00
parent 1d055c0c0f
commit c5145ccf25
1 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,9 @@
- import_tasks: "{{ playbook_dir }}/../raw_install_python.yml"
tasks:
- import_role:
name: ceph-defaults
# pre-tasks for following import -
- name: gather facts
setup: