Skip to content

Commit 726ceae

Browse files
.
1 parent 02e697a commit 726ceae

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

inventory/group_vars/all.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,10 @@ fworch_conf_dir: "{{ fworch_home }}/etc"
3737
fworch_conf_file: "{{ fworch_conf_dir }}/fworch.json"
3838
fworch_secrets_dir: "{{ fworch_conf_dir }}/secrets"
3939

40-
github_actions_env: "{{ GITHUB_ACTIONS=true }}"
40+
41+
github_actions: "{{ lookup('env','github_actions') }}"
42+
github_actions_env:
43+
github_actions: "{{ github_actions }}"
4144

4245
# setting default proxy (may be overwritten via --extra-vars)
4346
http_proxy: "{{ lookup('env','http_proxy') }}"

0 commit comments

Comments
 (0)