From c5145ccf25bccd65cb1088807b44d8a221b1c342 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Thu, 28 Nov 2019 14:01:13 +0100 Subject: [PATCH] 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 (cherry picked from commit 6526a25ab52c12841403191539297ff8adc9cacd) --- infrastructure-playbooks/docker-to-podman.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/infrastructure-playbooks/docker-to-podman.yml b/infrastructure-playbooks/docker-to-podman.yml index 2d997a488..fad21f5a6 100644 --- a/infrastructure-playbooks/docker-to-podman.yml +++ b/infrastructure-playbooks/docker-to-podman.yml @@ -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: -- 2.39.5