Move playbook file

This commit is contained in:
Jesper Hess 2018-06-23 13:37:00 +02:00
parent ff792d4cc5
commit 25d7eff835
Signed by untrusted user: graffen
GPG Key ID: 351A89E40D763F0F
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"