We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ff1107 commit 97c0b02Copy full SHA for 97c0b02
.ansible/main.yml
@@ -2,9 +2,10 @@
2
hosts: all
3
remote_user: inevix
4
environment:
5
- PATH: "$HOME/tools/madock:{{ ansible_env.PATH }}"
+ PATH: "/home/{{ ansible_user }}/tools/madock:{{ ansible_env.PATH }}"
6
vars:
7
- dir: "$HOME/apps/magento2-ui-tables"
+ ansible_python_interpreter: /usr/bin/python3
8
+ dir: "/home/{{ ansible_user }}/apps/magento2-ui-tables"
9
log_file: "{{ dir }}/var/log/build.txt"
10
m2: "madock magento"
11
build_commands:
0 commit comments