We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f19dcbf commit 1e63ed9Copy full SHA for 1e63ed9
ansible/files/adminapi.service.j2
@@ -8,6 +8,9 @@ User=adminapi
8
Restart=always
9
RestartSec=3
10
Environment="AWS_USE_DUALSTACK_ENDPOINT=true"
11
+{% if qemu_mode %}
12
+Environment="AWS_SDK_LOAD_CONFIG=true"
13
+{% endif %}
14
15
[Install]
16
WantedBy=multi-user.target
0 commit comments