EPEL ARM template is valide only for armv7 for the moment
This commit is contained in:
parent
fa7fdb97f1
commit
1b600c4658
1 changed files with 2 additions and 1 deletions
|
|
@ -15,7 +15,8 @@
|
|||
template: src=etc/yum.repos.d/epel_arm.repo.j2 dst=/etc/yum.repos.d/epel.repo owner=root group=root mode=0644
|
||||
when:
|
||||
- ansible_os_family == "RedHat"
|
||||
- ansible_machine == "armv7l" or ansible_machine == "armv6l"
|
||||
- ansible_machine == "armv7l"
|
||||
# or ansible_machine == "armv6l"
|
||||
|
||||
- name: Install base packages for {{ ansible_os_family }}
|
||||
package: name="{{ base_packages }}" update_cache=yes state=latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue