08e40e4
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