Fix: run was referencing files in a subdirectory.
Fix: Playbook was not importing the default vars. Improvement: Dockerfile casheing should improve.
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
- hosts: barker
|
||||
become: true
|
||||
vars_files:
|
||||
- default
|
||||
- vars/default.yml
|
||||
- "{{ var_file }}"
|
||||
|
||||
roles:
|
||||
|
||||
Reference in New Issue
Block a user