Remove symlink as deployment_user

This commit is contained in:
2025-10-06 16:26:28 +02:00
parent 23e2004365
commit d9a4fc2b72
+1
View File
@@ -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