5b703a2a53
* Add OpenNebula one_image_facts module `one_image_facts` - module for gathering facts about OpenNebula images Add integration tests * Add an alias for ids
6 lines
182 B
YAML
6 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 }
|