]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
container-host: Try to import an alternate {{ container_packages }} 624/head
authorDavid Galloway <dgallowa@redhat.com>
Wed, 19 May 2021 18:43:34 +0000 (14:43 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Wed, 19 May 2021 18:43:34 +0000 (14:43 -0400)
Signed-off-by: David Galloway <dgallowa@redhat.com>
roles/container-host/tasks/main.yml

index 03ed80704b8e41a144983584f6f09fc0e0bdeb14..42001a39b9b32f33a6000e2533ba1fc8ca876eec 100644 (file)
@@ -10,6 +10,7 @@
 - name: Including distro specific variables
   include_vars: "{{ item }}"
   with_first_found:
+    - "{{ secrets_path }}/container-host.yml"
     - "{{ ansible_distribution | lower }}_{{ ansible_distribution_major_version }}.yml"
     - "{{ package_manager }}_systems.yml"
     - empty.yml