We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02e697a commit 726ceaeCopy full SHA for 726ceae
inventory/group_vars/all.yml
@@ -37,7 +37,10 @@ fworch_conf_dir: "{{ fworch_home }}/etc"
37
fworch_conf_file: "{{ fworch_conf_dir }}/fworch.json"
38
fworch_secrets_dir: "{{ fworch_conf_dir }}/secrets"
39
40
-github_actions_env: "{{ GITHUB_ACTIONS=true }}"
+
41
+github_actions: "{{ lookup('env','github_actions') }}"
42
+github_actions_env:
43
+ github_actions: "{{ github_actions }}"
44
45
# setting default proxy (may be overwritten via --extra-vars)
46
http_proxy: "{{ lookup('env','http_proxy') }}"
0 commit comments