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 31840aa commit d0800b8Copy full SHA for d0800b8
bin/deploy-as-user
@@ -7,7 +7,7 @@ ansible-playbook \
7
--inventory "localhost," \
8
-e "ansible_python_interpreter=$(command -v python || true)" \
9
-e "ansible_become_user=${USER}" \
10
- -e "smi_root_smi_group=${USER}" \
+ -e "smi_root_smi_group=${SMI_GROUP:-${USER}}" \
11
-e "target=localhost" \
12
"${@}" \
13
site.yaml
0 commit comments