Set remote_workdir.

This commit is contained in:
yohan 2024-06-18 11:46:58 +02:00
parent ee789bef1e
commit 803e7cc59e

View File

@ -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