aboutsummaryrefslogtreecommitdiffstats
path: root/space.yml
diff options
context:
space:
mode:
Diffstat (limited to 'space.yml')
-rw-r--r--space.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/space.yml b/space.yml
index cb935c9..5474cfa 100644
--- a/space.yml
+++ b/space.yml
@@ -6,7 +6,10 @@
chroot: "{{ ansible_connection == 'chroot' or 'container' in ansible_env }}"
tags: always
- name: Load secrets
- include_vars: 'secrets.yml'
+ include_vars: '{{ item }}'
+ with_first_found:
+ - secrets.yml
+ - /root/secrets.yml
ignore_errors: yes
tags: always
roles: