fix(tooling): fixed molecule setup linked to previous path changes

This commit is contained in:
NaeiKinDus 2025-03-09 00:00:00 +00:00
parent a710ec9644
commit 170f972185
Signed by: WoodSmellParticle
GPG key ID: 8E52ADFF7CA8AE56
5 changed files with 16 additions and 13 deletions

View file

@ -3,10 +3,6 @@
- name: Fail if molecule group is missing
hosts: localhost
tasks:
- name: Print some info
ansible.builtin.debug:
msg: "{{ groups }}"
- name: Assert group existence
ansible.builtin.assert:
that: "'molecule' in groups"

View file

@ -2,3 +2,4 @@ collections:
- community.docker
- ansible.netcommon
- kubernetes.core
- community.vagrant