4c39f2e9fc
Change-Id: I44c2668a8ebb6dd3201a6eb4e47284871380e6d7
9 lines
132 B
YAML
9 lines
132 B
YAML
---
|
|
- name: Apply role baremetal
|
|
hosts: baremetal
|
|
gather_facts: no
|
|
roles:
|
|
- { role: baremetal,
|
|
tags: baremetal }
|
|
|