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

Revert "add roles"

parent a2cc5b9f
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: ...@@ -240,5 +240,3 @@ pkgs:
- postgresql-contrib - postgresql-contrib
- postgresql-devel - postgresql-devel
- environment-modules - 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