Skip to content

Commit 97c0b02

Browse files
Update main.yml
1 parent 8ff1107 commit 97c0b02

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.ansible/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
hosts: all
33
remote_user: inevix
44
environment:
5-
PATH: "$HOME/tools/madock:{{ ansible_env.PATH }}"
5+
PATH: "/home/{{ ansible_user }}/tools/madock:{{ ansible_env.PATH }}"
66
vars:
7-
dir: "$HOME/apps/magento2-ui-tables"
7+
ansible_python_interpreter: /usr/bin/python3
8+
dir: "/home/{{ ansible_user }}/apps/magento2-ui-tables"
89
log_file: "{{ dir }}/var/log/build.txt"
910
m2: "madock magento"
1011
build_commands:

0 commit comments

Comments
 (0)