Skip to content

Commit 60f1fb5

Browse files
gregharveydrazenCEfiliprupicfiliptymofiisobchenko
authored
Ansible12 fixes pr devel 1.x (#772)
* Php unix socket pr 1.x (#724) * Moving cachetool adapter setup to the installer role and adding a test. * Updating cachetool documentation. * Php unix socket pr 1.x (#726) * Moving cachetool adapter setup to the installer role and adding a test. * Updating cachetool documentation. * Making sure _cachetool_adapter is always set. * Optional-drush-cr-before-import (#728) * 73171 fixing cachetool checks fpm pr 1.x (#729) * skipping cachetool check when no fpm * remove empty line --------- Co-authored-by: filip <[email protected]> * asg_management_fix_and_improve (#733) * asg_management_fix_and_improve * asg_management_fix_and_improve * asg_management_fix_and_improve * asg_management_fix_and_improve * asg_management_fix_and_improve * Adding-delay-opcache-status-check (#737) * Adding-delay-opcache-status-check * Removing-failed-when * fix_var_name_for_asg_management (#739) * replace_ansible_pause_module (#747) * fix_asg_management_workaround_for_squashfs (#754) * fix_asg_management_workaround_for_squashfs * fix_asg_management_workaround_for_squashfs * fix_asg_management_workaround_task_condition (#756) * aws_profile_for_asg_management (#758) * aws_profile_for_asg_management * aws_profile_for_asg_management_case_with_default_profile_absent * ansible_module_requires_too_much_perms_just_for_autoscaling_managemen… (#761) * ansible_module_requires_too_much_perms_just_for_autoscaling_management_so_replacing_with_aws_cli_from_role * fix condition * asg_management_workaround_improve_fix_conditions * remove extra line * Updating 'default()' filter paths in _init as an initial test. * Explicitly casting integers as strings for path creation. * Over refactored the variable setting! * Fixing Drupal 7 include in _init. * Updating 'default()' filter paths in _init as an initial test. (#766) * Updating 'default()' filter paths in _init as an initial test. * Explicitly casting integers as strings for path creation. * Over refactored the variable setting! * Fixing Drupal 7 include in _init. * Another string truthy bug for Ansible 12. * Ansible12 fixes pr 1.x (#769) * Updating 'default()' filter paths in _init as an initial test. * Explicitly casting integers as strings for path creation. * Over refactored the variable setting! * Fixing Drupal 7 include in _init. * Another string truthy bug for Ansible 12. * Removing duplication in Mautic cron job paths. --------- Co-authored-by: drazenCE <[email protected]> Co-authored-by: Filip Rupic <[email protected]> Co-authored-by: filip <[email protected]> Co-authored-by: tymofiisobchenko <[email protected]>
1 parent 6790dc3 commit 60f1fb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)