Files
fedora-infra_ansible/roles/pkgdb-proxy/tasks/main.yml
Ryan Lerch 6a3816dfdc ansiblelint fixes-- fqcn[action-core] - copy to ansible.builtin.copy
Replaces many references to 'copy' with ansible.builtin.copy

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2025-01-15 10:43:31 +10:00

16 lines
533 B
YAML

---
# Install static JSON file needed by gnome-software, on proxies.
- name: Copy static JSON file into place
ansible.builtin.copy: src=pkgdb-gnome-software-collections.json dest=/srv/web/pkgdb-gnome-software-collections.json owner=root group=root mode=755
tags:
- gnome-software
- pkgdb2
- name: Copy httpd config
ansible.builtin.copy: src=pkgdb-gnome-software.conf dest=/etc/httpd/conf.d/admin.fedoraproject.org/pkgdb.conf owner=root group=root mode=755
notify:
- reload apache
tags:
- gnome-software
- pkgdb2