Fix remote_workdir.

This commit is contained in:
yohan 2024-06-18 12:57:39 +02:00
parent 4d2623a34b
commit 7109f7ea58
2 changed files with 12 additions and 1 deletions

View File

@ -127,6 +127,17 @@
- common
- always
- name: Include retrieve_secret_vars tasks
ansible.builtin.include_tasks:
file: "tasks/retrieve_secret_vars.yml"
apply:
tags:
- common
- always
tags:
- common
- always
- name: Include deploy_reverse-proxy tasks
ansible.builtin.include_tasks: "tasks/deploy_reverse-proxy.yml"
tags: deploy_reverse-proxy

View File

@ -21,7 +21,7 @@
- name: set remote workdir path
ansible.builtin.set_fact:
remote_workdir: /home/{{ ansible_user_id }}/.tmp_deploy_ovh
remote_workdir: /home/{{ ansible_user }}/.tmp_deploy_ovh
- name: set local workdir path
ansible.builtin.set_fact: