7 lines
144 B
YAML
7 lines
144 B
YAML
![]() |
---
|
||
|
- include: install.yml
|
||
|
when: inventory_hostname in groups['hyperv']
|
||
|
|
||
|
- include: config.yml
|
||
|
when: inventory_hostname in groups['hyperv']
|