We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08b5b7a commit 05a3079Copy full SHA for 05a3079
master.yml
@@ -1,5 +1,6 @@
1
---
2
-- name: Create a virtual machine
+- name: Create a virtual object.
3
hosts: localhost
4
roles:
5
- - create_VM
+ - { role: create_VM, when: type == "vm" }
6
+ - { role: create_container, when: type == "container" }
0 commit comments