verify.yml 177 B

12345678910
  1. ---
  2. # This is an example playbook to execute Ansible tests.
  3. - name: Verify
  4. hosts: all
  5. gather_facts: false
  6. tasks:
  7. - name: Example assertion
  8. assert:
  9. that: true