Pass secrets to homeassistant playbook
This commit is contained in:
parent
5a4a6de8be
commit
5832a12084
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@
|
|||
user: root
|
||||
gather_facts: true
|
||||
|
||||
vars_files:
|
||||
- "{{ ansible_private }}/vars.yml"
|
||||
|
||||
pre_tasks:
|
||||
- name: Mount /export
|
||||
ansible.posix.mount:
|
||||
|
|
Loading…
Add table
Reference in a new issue