fix: Molecule cleanup

Need to explicitly load the variables.
main
Laur Ivan 1 year ago
parent 08efae9d12
commit 4f2aeb29d3
  1. 4
      molecule/default/cleanup.yml

@ -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…
Cancel
Save