]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
docker2podman: import ceph-defaults in first play
authorGuillaume Abrioux <gabrioux@redhat.com>
Thu, 28 Nov 2019 13:01:13 +0000 (14:01 +0100)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Mon, 2 Dec 2019 14:11:12 +0000 (09:11 -0500)
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>
infrastructure-playbooks/docker-to-podman.yml

index 2d997a488df23fefd2dd38ea2f9f36aaabf23905..fad21f5a6648951bb381678a71f09c564354f2c1 100644 (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: