repo-setup should execute on the virthost

The virthost in baremetal environments are
not refreshing the repos etc, and should be

Change-Id: Ia38ef3737f4d24d4f0cf705788563248e3119182
This commit is contained in:
Wesley Hayutin
2021-05-27 10:04:11 -06:00
parent 7470f4389e
commit 96b0405bd9

View File

@@ -26,6 +26,14 @@
- include: teardown-nodes.yml
- include: teardown-environment.yml
- name: setup yum repos on virthost
hosts: virthost
gather_facts: true
roles:
- repo-setup
tags:
- provision
# The `environment/setup` role performs any tasks that require `root`
# access on the target host.
- name: Install libvirt packages and configure networks