Skip to content
Snippets Groups Projects
Commit c6d769ac authored by Eesaan Atluri's avatar Eesaan Atluri
Browse files

Fix the src and dest for sym link that were reversed previously

parent 738d1ab2
No related branches found
No related tags found
No related merge requests found
......@@ -96,7 +96,7 @@
state: link
loop:
- { src: /local, dest: /scratch/local }
- { src: /share/apps, dest: /data/rc/apps }
- { src: /data/rc/apps, dest: /share/apps }
- name: Add ssh key for root access
ansible.posix.authorized_key:
user: root
......
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