From 48f068452bd5c2111b754df750bfa61a26a51e43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Jeanneret?= Date: Thu, 13 Aug 2020 12:52:08 +0200 Subject: [PATCH] Do not hard-code vars_from This break the ability to fix packages depending on the OS. Change-Id: I2500200eba392888015796ec93623df089e8d31d Closes-Bug: #1891465 Depends-On: https://review.opendev.org/746637 (cherry picked from commit 20131fd662071037e9aaae1960ac373675883f67) (cherry picked from commit 701841df54030ab8b36d1bdb970f81621d0062e9) --- deployment/podman/podman-baremetal-ansible.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/deployment/podman/podman-baremetal-ansible.yaml b/deployment/podman/podman-baremetal-ansible.yaml index 677bcc11e5..122e9c90c9 100644 --- a/deployment/podman/podman-baremetal-ansible.yaml +++ b/deployment/podman/podman-baremetal-ansible.yaml @@ -106,7 +106,6 @@ outputs: include_role: name: tripleo-podman tasks_from: tripleo_podman_install.yml - vars_from: "redhat.yml" vars: tripleo_container_registry_insecure_registries: "{{ container_registry_insecure_registries }}" @@ -179,7 +178,6 @@ outputs: - include_role: name: tripleo-podman tasks_from: tripleo_podman_install.yml - vars_from: "redhat.yml" vars: tripleo_container_registry_insecure_registries: "{{ container_registry_insecure_registries }}"