Skip to content
Snippets Groups Projects
Commit 80cf8aec authored by Kerri Wait's avatar Kerri Wait
Browse files

Update main.yml cron intervals

Former-commit-id: ceee86c1
parent 646bab41
No related branches found
No related tags found
No related merge requests found
......@@ -19,5 +19,5 @@
# the lockfile for makeing home directories should be located on the shared directory where the home directories will be created. Otherwise it will be racey
- name: provision_homedir cron job
cron: name=provision_homedir job="/usr/bin/flock -x -n {{ mnthome }}/home/provision.lck -c {{ provision_homedir }}" user=root minute=*/17 state=present
cron: name=provision_homedir job="/usr/bin/flock -x -n {{ mnthome }}/home/provision.lck -c {{ provision_homedir }}" user=root minute=*/15 state=present
sudo: 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