summaryrefslogtreecommitdiff
path: root/test/legacy/vultr.yml
diff options
context:
space:
mode:
authorYanis Guenane <yguenane@gmail.com>2018-08-17 19:32:13 +0200
committerRené Moser <mail@renemoser.net>2018-08-17 19:32:13 +0200
commite635dc696923ad4c61092ba59543ebdaa85d1804 (patch)
treeb27f640749a99c1aea69dfa154c5845d463ad4ce /test/legacy/vultr.yml
parent81f211c995eb1603d42cda3a237bfb1230377cb6 (diff)
downloadansible-e635dc696923ad4c61092ba59543ebdaa85d1804.tar.gz
Vultr: Introducing vultr_block_storage_facts module (#43218)
This commit introduces a new module called vultr_block_storage_facts. This module aims to return the list of block storage volume avaiable in Vultr.
Diffstat (limited to 'test/legacy/vultr.yml')
-rw-r--r--test/legacy/vultr.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/legacy/vultr.yml b/test/legacy/vultr.yml
index a807f65467..531ccaba2f 100644
--- a/test/legacy/vultr.yml
+++ b/test/legacy/vultr.yml
@@ -7,6 +7,7 @@
roles:
- { role: vultr_account_facts, tags: test_vultr_account_facts }
- { role: vultr_block_storage, tags: test_vultr_block_storage }
+ - { role: vultr_block_storage_facts, tags: test_vultr_block_storage_facts }
- { role: vultr_dns_domain, tags: test_vultr_dns_domain }
- { role: vultr_dns_domain_facts, tags: test_vultr_dns_domain_facts }
- { role: vultr_dns_record, tags: test_vultr_dns_record }