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

Fixes to symlink role

parent 71863adb
No related branches found
No related tags found
1 merge request!537Symlink cronjob role and template
......@@ -15,8 +15,7 @@
vars:
lustre_storage_type: "{{ item }}"
with_items:
- scratch
- projects
"{{ lustre_storage_types }}"
- name: Ensure a job that runs every 15 minutes exists. This updates the symlinks
ansible.builtin.cron:
......@@ -25,5 +24,4 @@
job: "/opt/symlinker-{{ item }}.sh"
user: root
with_items:
- scratch
- projects
\ No newline at end of file
"{{ lustre_storage_types }}"
\ No newline at end of file
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