add missing architectures

This commit is contained in:
Louis Abel 2023-09-05 01:47:58 -07:00
parent c9be14e8fa
commit ff66195ad1
Signed by: label
GPG Key ID: 3331F061D1D9990E
2 changed files with 3 additions and 1 deletions

View File

@ -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'

View File

@ -22,6 +22,8 @@ repo_tracking:
arch: arch:
- x86_64 - x86_64
- aarch64 - aarch64
- ppc64le
- s390x
repositories: repositories:
- BaseOS - BaseOS
- AppStream - AppStream