7 lines
105 B
YAML
7 lines
105 B
YAML
---
|
|
- name: Apply role bifrost
|
|
hosts: localhost
|
|
roles:
|
|
- { role: bifrost,
|
|
tags: bifrost}
|