Merge branch 'master' of git.data.coop:data.coop/ansible

This commit is contained in:
Víðir Valberg Guðmundsson 2018-06-23 13:56:33 +02:00
commit 21df400568
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
- name: "Include host secrets where applicable"
hosts: "all"
tasks:
- include_vars: "../../host_vars/{{ ansible_nodename }}-secrets.yml"
- include_vars: "host_vars/{{ ansible_nodename }}-secrets.yml"
ignore_errors: yes
tags:
- "always"