Skip to content
Snippets Groups Projects
Commit 6388e993 authored by Chris Hines's avatar Chris Hines
Browse files

Merge pull request #65 from monash-merc/revert-64-cvl2branch

Revert "add roles"
parents a2cc5b9f 142a4d2b
No related branches found
No related tags found
No related merge requests found
---
- name: cron job
cron: name={{ item.name }} job={{ item.job }} user= {{ item.user}} hour={{ item.hour }} state=present
with_items:
cronJobs
sudo: true
when: cronJobs is defined
---
- name: extra file symbolic links
file: src={{ item.src }} path={{ item.dest }} state={{ item.type }} force=yes
with_items:
extraFiles
sudo: true
when: extraFiles is defined
......@@ -240,5 +240,3 @@ pkgs:
- postgresql-contrib
- postgresql-devel
- environment-modules
- tcl
- rsync
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