chore: Synchronize with local development changes

- Update handler implementation
- Adjust Molecule configuration
- Remove obsolete verification tasks
This commit is contained in:
Daniel Akulenok
2024-01-02 10:37:18 +01:00
committed by Daniel Akulenok
parent e3249912d7
commit d488bbafaa
3 changed files with 4 additions and 12 deletions

View File

@@ -18,5 +18,5 @@ verifier:
name: ansible
lint: |
set -e
yamllint .
ansible-lint .
yamllint .

View File

@@ -1,10 +0,0 @@
---
# This is an example playbook to execute Ansible tests.
- name: Verify
hosts: all
gather_facts: false
tasks:
- name: Example assertion
ansible.builtin.assert:
that: true