Skip to content

Commit d0800b8

Browse files
committed
allow overriding group
1 parent 31840aa commit d0800b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/deploy-as-user

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ansible-playbook \
77
--inventory "localhost," \
88
-e "ansible_python_interpreter=$(command -v python || true)" \
99
-e "ansible_become_user=${USER}" \
10-
-e "smi_root_smi_group=${USER}" \
10+
-e "smi_root_smi_group=${SMI_GROUP:-${USER}}" \
1111
-e "target=localhost" \
1212
"${@}" \
1313
site.yaml

0 commit comments

Comments
 (0)