mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-08-17 19:41:49 -07:00
gcloud role w/tests
This commit is contained in:
parent
9bfffd56e8
commit
fa14b8c218
23 changed files with 643 additions and 0 deletions
9
molecule/gcloud/verify.yml
Normal file
9
molecule/gcloud/verify.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
# This is an example playbook to execute Ansible tests.
|
||||
|
||||
- name: Verify
|
||||
hosts: all
|
||||
tasks:
|
||||
- name: Example assertion
|
||||
assert:
|
||||
that: true
|
Loading…
Add table
Add a link
Reference in a new issue