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