Correct source for the branched cron template
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
91267d4d49
commit
01dc9ec053
1 changed files with 1 additions and 1 deletions
|
@ -301,7 +301,7 @@
|
||||||
# put cron job in for branched compose
|
# put cron job in for branched compose
|
||||||
- name: Branched compose cron
|
- name: Branched compose cron
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
src: branched
|
src: branched.j2
|
||||||
dest: /etc/cron.d/branched
|
dest: /etc/cron.d/branched
|
||||||
mode: "644"
|
mode: "644"
|
||||||
when: inventory_hostname.startswith('compose-branched01.iad2')
|
when: inventory_hostname.startswith('compose-branched01.iad2')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue