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

Update main.yml

Former-commit-id: 56061718
parent 2becc78f
No related branches found
No related tags found
No related merge requests found
...@@ -19,5 +19,5 @@ ...@@ -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 # 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 - 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=*/30 state=present cron: name=provision_homedir job="/usr/bin/flock -x -n {{ mnthome }}/home/provision.lck -c {{ provision_homedir }}" user=root minute=*/17 state=present
sudo: true 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