add missing architectures
This commit is contained in:
parent
c9be14e8fa
commit
ff66195ad1
@ -26,7 +26,7 @@
|
|||||||
- name: Deploy the generator script
|
- name: Deploy the generator script
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
src: "usr/libexec/rocky/rss.sh.j2"
|
src: "usr/libexec/rocky/rss.sh.j2"
|
||||||
dest: "/usr/libexec/rocky/rss.sh.j2"
|
dest: "/usr/libexec/rocky/rss.sh"
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
mode: '0755'
|
mode: '0755'
|
||||||
|
@ -22,6 +22,8 @@ repo_tracking:
|
|||||||
arch:
|
arch:
|
||||||
- x86_64
|
- x86_64
|
||||||
- aarch64
|
- aarch64
|
||||||
|
- ppc64le
|
||||||
|
- s390x
|
||||||
repositories:
|
repositories:
|
||||||
- BaseOS
|
- BaseOS
|
||||||
- AppStream
|
- AppStream
|
||||||
|
Loading…
Reference in New Issue
Block a user