mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-30 00:21:33 -07:00
9 lines
155 B
YAML
9 lines
155 B
YAML
---
|
|
# This is an example playbook to execute Ansible tests.
|
|
|
|
- name: Verify
|
|
hosts: all
|
|
tasks:
|
|
- name: Example assertion
|
|
assert:
|
|
that: true
|