Fix remote_workdir.
This commit is contained in:
parent
803e7cc59e
commit
4d2623a34b
@ -114,7 +114,15 @@
|
|||||||
|
|
||||||
- name: set remote workdir path
|
- name: set remote workdir path
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
remote_workdir: /home/{{ ansible_user_id }}/.tmp_deploy_ovh
|
remote_workdir: /home/{{ ansible_user }}/.tmp_deploy_ovh
|
||||||
|
tags:
|
||||||
|
- common
|
||||||
|
- always
|
||||||
|
|
||||||
|
- name: create remote workdir
|
||||||
|
ansible.builtin.file:
|
||||||
|
path: "{{ remote_workdir }}"
|
||||||
|
state: directory
|
||||||
tags:
|
tags:
|
||||||
- common
|
- common
|
||||||
- always
|
- always
|
||||||
|
Loading…
Reference in New Issue
Block a user