c47e9d22b4
* Rename one_image_facts -> one_image_info. * Add changelog. * Forgot symlink.
7 lines
232 B
YAML
7 lines
232 B
YAML
---
|
|
- hosts: localhost
|
|
roles:
|
|
- { role: one_vm, tags: test_one_vm }
|
|
- { role: one_image, tags: test_one_image }
|
|
- { role: one_image_info, tags: test_one_image_info }
|
|
- { role: one_service, tags: test_one_service }
|