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