Adapt testing to #55

#55 was missing molecule testing and verify step needs to be adapted.
This commit is contained in:
Faustin Lammler 2025-09-23 09:50:25 +02:00
parent a7d5f5fe76
commit 7ce0d06d0a
No known key found for this signature in database
GPG Key ID: 390A2F27832A5C79
2 changed files with 3 additions and 9 deletions

View File

@ -0,0 +1 @@
../../tasks/variables.yml

View File

@ -4,15 +4,8 @@
gather_facts: true gather_facts: true
tasks: tasks:
- name: Load OS-specific vars - name: Include OS vars
ansible.builtin.include_vars: "{{ lookup('first_found', params) }}" ansible.builtin.import_tasks: variables.yml
vars:
params:
files:
- "{{ ansible_distribution }}.yml"
- "{{ ansible_os_family }}.yml"
paths:
- "vars"
- name: Verify pkg status - name: Verify pkg status
ansible.builtin.package: ansible.builtin.package: