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:
@@ -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
|
||||
|
Reference in New Issue
Block a user