fix: Molecule cleanup
Need to explicitly load the variables.
This commit is contained in:
parent
08efae9d12
commit
4f2aeb29d3
@ -3,6 +3,10 @@
|
||||
hosts: all
|
||||
gather_facts: true
|
||||
tasks:
|
||||
- name: "Load the defaults"
|
||||
ansible.builtin.include_vars:
|
||||
dir: "../../defaults"
|
||||
|
||||
- name: Check if the docker-compose file exists.
|
||||
ansible.builtin.stat:
|
||||
path: "{{ firefly_config_path | expanduser | realpath }}/docker-compose.yml"
|
||||
|
Loading…
Reference in New Issue
Block a user