diff --git a/haswell_sym.yml b/haswell_sym.yml index d538576..277c373 100644 --- a/haswell_sym.yml +++ b/haswell_sym.yml @@ -3,10 +3,17 @@ # Usage: $ ansible-playbook haswell_sym.yml --- - name: create symlinks - hosts: haswell-test + hosts: haswell tasks: + - name: Make /software directory if not present. + file: + path: /software + state: directory + owner: root + mode: 0755 + - name: create symlink /software/group - file: + file: src: "/apps/group" dest: "/software/group" state: link