From 73d2fd32d984c8bcf723e1f8d459d2cf7e6f671b Mon Sep 17 00:00:00 2001 From: Geoff Jacobs Date: Wed, 26 Apr 2023 15:37:57 +1000 Subject: [PATCH] also resetting no_op.yml to be it's empty placeholder file for other symlinks --- roles/product_install/tasks/no_op.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/roles/product_install/tasks/no_op.yml b/roles/product_install/tasks/no_op.yml index f15c70e..ed97d53 100644 --- a/roles/product_install/tasks/no_op.yml +++ b/roles/product_install/tasks/no_op.yml @@ -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 \ No newline at end of file