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>
pull/4805/head
Guillaume Abrioux 2019-11-28 14:01:13 +01:00 committed by Dimitri Savineau
parent 39cfe0aa65
commit 6526a25ab5
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: