diff options
author | The Magician <magic-modules@google.com> | 2019-08-06 00:16:26 +0200 |
---|---|---|
committer | ansibot <ansibot@users.noreply.github.com> | 2019-08-06 00:16:26 +0200 |
commit | c1a99c390cd06212bd4f739a38b27a7260714a36 (patch) | |
tree | 34ee927f530933206fc14bc6712da0fcf21cc6f7 /test/integration/targets/gcp_compute_firewall | |
parent | Prepare ansible-test code for relocation. (#60110) (diff) | |
download | ansible-c1a99c390cd06212bd4f739a38b27a7260714a36.tar.xz ansible-c1a99c390cd06212bd4f739a38b27a7260714a36.zip |
Bug fixes for GCP modules (#60088)
Diffstat (limited to 'test/integration/targets/gcp_compute_firewall')
-rw-r--r-- | test/integration/targets/gcp_compute_firewall/tasks/main.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/integration/targets/gcp_compute_firewall/tasks/main.yml b/test/integration/targets/gcp_compute_firewall/tasks/main.yml index b58e1fde0c..231eb28fd8 100644 --- a/test/integration/targets/gcp_compute_firewall/tasks/main.yml +++ b/test/integration/targets/gcp_compute_firewall/tasks/main.yml @@ -51,7 +51,6 @@ assert: that: - result.changed == true - - "result.kind == 'compute#firewall'" - name: verify that firewall was created gcp_compute_firewall_facts: filters: @@ -88,7 +87,6 @@ assert: that: - result.changed == false - - "result.kind == 'compute#firewall'" #---------------------------------------------------------- - name: delete a firewall gcp_compute_firewall: |