This commit is contained in:
Kevin Fenzi 2017-06-20 22:56:47 +00:00
parent 810d93c7e7
commit 2ba3d6f220

View file

@ -57,7 +57,7 @@
- name: add aarch64 server rpms repo
copy: src="{{ files }}/common/rhel-7-aarch64-server-rpms.repo" dest="/etc/yum.repos.d/rhel-7-aarch64-server-rpms.repo"
when: (ansible_distribution == 'RedHat' or ansible_distribution == 'CentOS') and inventory_hostname.startswith('aarch64-c'
when: (ansible_distribution == 'RedHat' or ansible_distribution == 'CentOS') and inventory_hostname.startswith('aarch64-c')
tags:
- config
- packages