Add roles/main.yml
This commit is contained in:
parent
5fa39c20f7
commit
48cabfa7e0
1 changed files with 6 additions and 0 deletions
6
roles/main.yml
Normal file
6
roles/main.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
|
||||
- hosts: localhost
|
||||
become: true
|
||||
roles:
|
||||
- common
|
||||
Loading…
Add table
Reference in a new issue