virthost: adjust aarch64 for fedora or rhel
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
a2ec448f14
commit
9d40df0271
1 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@
|
|||
- virt-install
|
||||
tags:
|
||||
- packages
|
||||
when: ansible_distribution == 'RedHat' and ansible_distribution_major_version|int == 7 and ansible_architecture == 'aarch64'
|
||||
when: ansible_architecture == 'aarch64'
|
||||
|
||||
- name: install libguestfs-tools for ARMv7 VMs on aarch64 rhel7 virthosts
|
||||
package: name={{ item }} state=present
|
||||
|
@ -66,7 +66,7 @@
|
|||
- libguestfs-tools-c
|
||||
tags:
|
||||
- packages
|
||||
when: ansible_distribution == 'RedHat' and ansible_distribution_major_version|int == 7 and ansible_architecture == 'aarch64'
|
||||
when: ansible_architecture == 'aarch64'
|
||||
|
||||
# install libvirtd.conf
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue