fix(tooling): fixed molecule setup linked to previous path changes
This commit is contained in:
parent
a710ec9644
commit
170f972185
5 changed files with 16 additions and 13 deletions
|
@ -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"
|
||||
|
|
|
@ -2,3 +2,4 @@ collections:
|
|||
- community.docker
|
||||
- ansible.netcommon
|
||||
- kubernetes.core
|
||||
- community.vagrant
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue