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 20131fd662)
(cherry picked from commit 701841df54)
This commit is contained in:
Cédric Jeanneret 2020-08-13 12:52:08 +02:00
parent 8f2a74eee6
commit 48f068452b
1 changed files with 0 additions and 2 deletions

View File

@ -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 }}"