Skip to content

Commit e25f220

Browse files
committedApr 3, 2025·
fix: update adminapi service for qemu builds
1 parent ddb91b4 commit e25f220

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 is defined and qemu_mode %}
12+
Environment="AWS_SDK_LOAD_CONFIG=true"
13+
{% endif %}
1114

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

0 commit comments

Comments
 (0)
Please sign in to comment.