Skip to content

Commit

Permalink
Fix symlink source
Browse files Browse the repository at this point in the history
  • Loading branch information
thib-info committed Nov 20, 2023
1 parent 98b99b8 commit 3ee30bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/wordpress/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
- name: Create all symlink
ansible.builtin.file:
src: "{{ item.path }}"
dest: "{{ project_new_release }}/{{ item.symlink_src }}"
dest: "{{ steamengine_project_wordpress_new_release_path }}/{{ item.symlink_src }}"
state: link
owner: "{{ steamengine_project_user }}"
group: "{{ steamengine_app_user }}"
Expand Down

0 comments on commit 3ee30bd

Please sign in to comment.