forked from cps-deployments/psi.bec
Remove symlink as deployment_user
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
register: deployment_path_info
|
||||
|
||||
- name: Remove the old-style symlink if it exists
|
||||
become_user: "{{ deployment_user }}"
|
||||
ansible.builtin.file:
|
||||
path: "{{ deployment_path }}"
|
||||
state: absent
|
||||
|
||||
Reference in New Issue
Block a user