buildvm: fix Power64 EPEL builder install
This commit is contained in:
parent
8238fb4561
commit
8541e3931c
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ dns: 10.5.126.21
|
|||
#
|
||||
main_bridge: br3
|
||||
nfs_bridge: br2
|
||||
virt_install_command: "{{ virt_install_command_two_nic }}"
|
||||
virt_install_command: "{{ virt_install_command_two_nic }} --graphics none"
|
||||
|
||||
# for systems that do not match the above - specify the same parameter in
|
||||
# the host_vars/$hostname file
|
||||
|
|
|
@ -15,7 +15,7 @@ dns: 10.5.126.21
|
|||
#
|
||||
main_bridge: br3
|
||||
nfs_bridge: br2
|
||||
virt_install_command: "{{ virt_install_command_two_nic }}"
|
||||
virt_install_command: "{{ virt_install_command_two_nic }} --graphics none"
|
||||
|
||||
# for systems that do not match the above - specify the same parameter in
|
||||
# the host_vars/$hostname file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue