also resetting no_op.yml to be it's empty placeholder file for other symlinks

This commit is contained in:
Geoff Jacobs
2023-04-26 15:37:57 +10:00
parent 622edfb8a9
commit 73d2fd32d9

View File

@@ -1,16 +1 @@
---
- name: Create the product local home directory
ansible.builtin.file:
path: "{{ atl_product_home }}/shared"
state: directory
owner: "{{ atl_product_user }}"
group: "{{ atl_product_user }}"
mode: "0754"
- name: Symlink the the shared home
ansible.builtin.file:
src: "{{ atl_shared_mountpoint }}/{{ atl_product_edition }}/shared"
dest: "{{ atl_product_home }}/shared"
state: link
force: true
when: not skip_shared_home_symlink | bool