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

fixed yaml format error \\

parent 6518d88e
No related branches found
No related tags found
1 merge request!594Fixmailchimp
......@@ -42,7 +42,7 @@
cron_file: mclastlogin
hour: "1"
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"
user: "{{ cron_user }}"
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