Install kojira cert also on arm

This commit is contained in:
Kevin Fenzi 2016-02-16 18:12:44 +00:00
parent 4619fb8b38
commit 3eaf3026cf

View file

@ -202,7 +202,7 @@
tags: tags:
- config - config
- koji_hub - koji_hub
when: ansible_hostname.startswith('koji') or ansible_hostname.startswith('s390') when: ansible_hostname.startswith('koji') or ansible_hostname.startswith('s390') or ansible_hostname.startswith('arm')
- name: updatecrl script - name: updatecrl script
copy: src=updatecrl.sh dest=/usr/local/bin/updatecrl.sh owner=root mode=755 copy: src=updatecrl.sh dest=/usr/local/bin/updatecrl.sh owner=root mode=755