We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6790dc3 commit 60f1fb5Copy full SHA for 60f1fb5
roles/cron/cron_mautic/tasks/main.yml
@@ -8,7 +8,7 @@
8
name: "{{ project_name }}_{{ build_type }}_{{ entry.job }}"
9
minute: "{{ entry.minute }}"
10
hour: "{{ entry.hour | default(omit) }}"
11
- job: "env php {{ symfony_console_bin }} {{ entry.job }}"
+ job: "{{ symfony_console_bin }} {{ entry.job }}"
12
with_items: "{{ cron_mautic.entries }}"
13
loop_control:
14
loop_var: entry
0 commit comments