mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-29 08:01:31 -07:00
Pubsub + DNS Facts (#75)
<!-- This change is generated by MagicModules. --> /cc @rambleraptor
This commit is contained in:
parent
cec7d597fc
commit
2a6c1e408e
29 changed files with 366 additions and 315 deletions
|
@ -44,7 +44,7 @@
|
|||
- name: verify that command succeeded
|
||||
assert:
|
||||
that:
|
||||
- "'test-topic1' in \"{{ results['items'] | map(attribute='name') | list }}\""
|
||||
- results['items'] | length == 1
|
||||
# ----------------------------------------------------------------------------
|
||||
- name: create a topic that already exists
|
||||
gcp_pubsub_topic:
|
||||
|
@ -82,7 +82,7 @@
|
|||
- name: verify that command succeeded
|
||||
assert:
|
||||
that:
|
||||
- "'test-topic1' not in \"{{ results['items'] | map(attribute='name') | list }}\""
|
||||
- results['items'] | length == 0
|
||||
# ----------------------------------------------------------------------------
|
||||
- name: delete a topic that does not exist
|
||||
gcp_pubsub_topic:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue