Install kojira cert also on arm
This commit is contained in:
parent
4619fb8b38
commit
3eaf3026cf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue