You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 3, 2023. It is now read-only.
# ls $HOME/test_script/
current@ releases/ shared/
The problem explanation
The finalization seems to work well, the symlink is created, but changing current_path variable (output of debug task shows that variable was changed) seems not to change anything. Trying to create symlink in different directory does not work as well.
Brief explanation of problem
When current_path variable is changed, symlink is still created as deploy_helper.current_path/current
Reproducing of problem
When ran this playbook using ansible
Expected output
Output of ansible:
Output of ls command
Real output
Output of ansible:
Output of ls command
The problem explanation
The finalization seems to work well, the symlink is created, but changing current_path variable (output of debug task shows that variable was changed) seems not to change anything. Trying to create symlink in different directory does not work as well.