Correct source for the branched cron template

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-11-27 10:27:08 -08:00
parent 91267d4d49
commit 01dc9ec053

View file

@ -301,7 +301,7 @@
# put cron job in for branched compose
- name: Branched compose cron
ansible.builtin.template:
src: branched
src: branched.j2
dest: /etc/cron.d/branched
mode: "644"
when: inventory_hostname.startswith('compose-branched01.iad2')