You've already forked ansible-role-checkmk-agent
Initial project
This commit is contained in:
9
molecule/http_direct/verify.yml
Normal file
9
molecule/http_direct/verify.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
# 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
|
||||
Reference in New Issue
Block a user