buildvm: fix Power64 EPEL builder install

This commit is contained in:
Peter Robinson 2016-04-13 15:15:36 +00:00
parent 8238fb4561
commit 8541e3931c
2 changed files with 2 additions and 2 deletions

View file

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

View 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