Don't hardcode private directory path
This commit is contained in:
parent
f14bb25ade
commit
098ab32a78
6 changed files with 6 additions and 6 deletions
|
@ -7,7 +7,7 @@
|
|||
gather_facts: true
|
||||
|
||||
vars_files:
|
||||
- /srv/ansible-private/vars.yml
|
||||
- "{{ ansible_private }}/vars.yml"
|
||||
|
||||
pre_tasks:
|
||||
- name: mount /export
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue