7 lines
103 B
YAML
7 lines
103 B
YAML
|
|
#SPDX-License-Identifier: MIT-0
|
||
|
|
---
|
||
|
|
- hosts: localhost
|
||
|
|
remote_user: root
|
||
|
|
roles:
|
||
|
|
- ${REPO_NAME}
|