aboutsummaryrefslogblamecommitdiffhomepage
path: root/molecule/default/verify.yml
blob: 79044cd067d65d465136e1d68a529f32b58e0d38 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                       
---
# This is an example playbook to execute Ansible tests.

- name: Verify
  hosts: all
  gather_facts: false
  tasks:
  - name: Example assertion
    assert:
      that: true