Skip to content

Commit 05a3079

Browse files
committed
FEAT-002: Add type usage to master.yml.
1 parent 08b5b7a commit 05a3079

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

master.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
- name: Create a virtual machine
2+
- name: Create a virtual object.
33
hosts: localhost
44
roles:
5-
- create_VM
5+
- { role: create_VM, when: type == "vm" }
6+
- { role: create_container, when: type == "container" }

0 commit comments

Comments
 (0)