fix: Molecule cleanup

Need to explicitly load the variables.
This commit is contained in:
Laur Ivan 2023-04-30 12:56:42 +02:00
parent 08efae9d12
commit 4f2aeb29d3

View File

@ -3,6 +3,10 @@
hosts: all hosts: all
gather_facts: true gather_facts: true
tasks: tasks:
- name: "Load the defaults"
ansible.builtin.include_vars:
dir: "../../defaults"
- name: Check if the docker-compose file exists. - name: Check if the docker-compose file exists.
ansible.builtin.stat: ansible.builtin.stat:
path: "{{ firefly_config_path | expanduser | realpath }}/docker-compose.yml" path: "{{ firefly_config_path | expanduser | realpath }}/docker-compose.yml"