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