Update to local changes

This commit is contained in:
Daniel Akulenok
2024-01-02 10:37:18 +01:00
parent b1e68c2225
commit bed2af617f
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