From: Guillaume Abrioux Date: Thu, 28 Nov 2019 13:01:13 +0000 (+0100) Subject: docker2podman: import ceph-defaults in first play X-Git-Tag: v4.0.6~28 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c5145ccf25bccd65cb1088807b44d8a221b1c342;p=ceph-ansible.git 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) --- 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: