Set remote_workdir.
This commit is contained in:
parent
ee789bef1e
commit
803e7cc59e
@ -112,6 +112,13 @@
|
||||
- common
|
||||
- always
|
||||
|
||||
- name: set remote workdir path
|
||||
ansible.builtin.set_fact:
|
||||
remote_workdir: /home/{{ ansible_user_id }}/.tmp_deploy_ovh
|
||||
tags:
|
||||
- common
|
||||
- always
|
||||
|
||||
- name: Include deploy_reverse-proxy tasks
|
||||
ansible.builtin.include_tasks: "tasks/deploy_reverse-proxy.yml"
|
||||
tags: deploy_reverse-proxy
|
||||
|
Loading…
Reference in New Issue
Block a user