Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.

Commit 2515de3

Browse files
committed
Merge branch 'ansible12_fixes' into ansible12_fixes-PR-devel-1.x
2 parents a1239a3 + 286208c commit 2515de3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

roles/cron/cron_mautic/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
name: "{{ project_name }}_{{ build_type }}_{{ entry.job }}"
99
minute: "{{ entry.minute }}"
1010
hour: "{{ entry.hour | default(omit) }}"
11-
job: "env php {{ symfony_console_bin }} {{ entry.job }}"
11+
job: "{{ symfony_console_bin }} {{ entry.job }}"
1212
with_items: "{{ cron_mautic.entries }}"
1313
loop_control:
1414
loop_var: entry

0 commit comments

Comments
 (0)