Skip to content
Snippets Groups Projects
Commit ffb984c6 authored by Simon Michnowicz's avatar Simon Michnowicz
Browse files

Merge branch 'fixmailchimp' into 'master'

Fixmailchimp

See merge request !594
parents 6518d88e 873a5151
No related branches found
No related tags found
1 merge request!594Fixmailchimp
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
cron_file: mclastlogin cron_file: mclastlogin
hour: "1" hour: "1"
minute: "0" minute: "0"
job: "sleep $[ ( $RANDOM \% 100 ) + 1 ]s ; {{ install_path}}/bin/mclastlogin --configdir {{ install_path }}" job: "sleep $[ ( $RANDOM \\% 100 ) + 1 ]s ; {{ install_path}}/bin/mclastlogin --configdir {{ install_path }}"
name: "mclastlogin" name: "mclastlogin"
user: "{{ cron_user }}" user: "{{ cron_user }}"
become: true become: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment