Fix remote_workdir.
This commit is contained in:
parent
4d2623a34b
commit
7109f7ea58
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user