copr-be: another attempt to create the file

This commit is contained in:
Jakub Kadlcik 2025-01-30 15:12:35 +01:00
parent 022ef5ddb6
commit cab31f142c

View file

@ -102,7 +102,7 @@
- lighttpd_config
- name: Create a txt file with Pulp redirects
file: dest=/var/lib/copr/pulp-redirect.txt owner=copr group=copr mode=644
file: state=touch dest=/var/lib/copr/pulp-redirect.txt owner=copr group=copr mode=644
- name: Add custom lighttpd lua scripts
ansible.builtin.template: src="lighttpd/{{ item }}.j2" dest="/etc/lighttpd/{{ item }}" owner=root group=root mode=644