ansible/test/legacy/opennebula.yml
Milan Ilic 5b703a2a53 Add OpenNebula one_image_facts module (#38169)
* Add OpenNebula one_image_facts module

`one_image_facts` - module for gathering facts about OpenNebula images
Add integration tests

* Add an alias for ids
2018-04-04 22:53:31 +02:00

7 lines
182 B
YAML

---
- hosts: localhost
roles:
- { role: one_vm, tags: test_one_vm }
- { role: one_image, tags: test_one_image }
- { role: one_image_facts, tags: test_one_image_facts }