summaryrefslogtreecommitdiff
path: root/test/integration/targets/aci_encap_pool/tasks/vsan.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/aci_encap_pool/tasks/vsan.yml')
-rw-r--r--test/integration/targets/aci_encap_pool/tasks/vsan.yml14
1 files changed, 0 insertions, 14 deletions
diff --git a/test/integration/targets/aci_encap_pool/tasks/vsan.yml b/test/integration/targets/aci_encap_pool/tasks/vsan.yml
deleted file mode 100644
index daaf3c245e..0000000000
--- a/test/integration/targets/aci_encap_pool/tasks/vsan.yml
+++ /dev/null
@@ -1,14 +0,0 @@
----
-- name: ensure vlan pool does not exist for tests to kick off
- aci_encap_pool: &aci_pool_absent_static
- host: "{{ aci_hostname }}"
- username: "{{ aci_username }}"
- password: "{{ aci_password }}"
- validate_certs: '{{ aci_validate_certs | default(false) }}'
- use_ssl: '{{ aci_use_ssl | default(true) }}'
- use_proxy: '{{ aci_use_proxy | default(true) }}'
- output_level: '{{ aci_output_level | default("info") }}'
- pool: anstest
- pool_type: vsan
- pool_allocation_mode: static
- state: absent