copr-be: state=file doesn't create the file

This commit is contained in:
Jakub Kadlcik 2025-01-30 15:04:32 +01:00
parent b7be52dd87
commit 022ef5ddb6

View file

@ -102,7 +102,7 @@
- lighttpd_config
- name: Create a txt file with Pulp redirects
file: state=file dest=/var/lib/copr/pulp-redirect.txt owner=copr group=copr mode=644
file: 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