Skip to content

Commit 1e63ed9

Browse files
committed
fix: update adminapi service for qemu builds
1 parent f19dcbf commit 1e63ed9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ansible/files/adminapi.service.j2

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ User=adminapi
88
Restart=always
99
RestartSec=3
1010
Environment="AWS_USE_DUALSTACK_ENDPOINT=true"
11+
{% if qemu_mode %}
12+
Environment="AWS_SDK_LOAD_CONFIG=true"
13+
{% endif %}
1114

1215
[Install]
1316
WantedBy=multi-user.target

0 commit comments

Comments
 (0)