forked from data.coop/ansible
Merge branch 'master' of git.data.coop:data.coop/ansible
This commit is contained in:
commit
21df400568
|
@ -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"
|
Loading…
Reference in a new issue