diff options
Diffstat (limited to 'ansible_collections/google/cloud/molecule/gcloud/verify.yml')
-rw-r--r-- | ansible_collections/google/cloud/molecule/gcloud/verify.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ansible_collections/google/cloud/molecule/gcloud/verify.yml b/ansible_collections/google/cloud/molecule/gcloud/verify.yml new file mode 100644 index 000000000..86afba4ff --- /dev/null +++ b/ansible_collections/google/cloud/molecule/gcloud/verify.yml @@ -0,0 +1,9 @@ +--- +# This is an example playbook to execute Ansible tests. + +- name: Verify + hosts: all + tasks: + - name: Example assertion + ansible.builtin.assert: + that: true |