update
This commit is contained in:
parent
860c329dcb
commit
cc9350cd6d
3 changed files with 19 additions and 5 deletions
9
ansible/devpod.yml
Normal file
9
ansible/devpod.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
- hosts: localhost
|
||||
connection: local
|
||||
become: true
|
||||
vars:
|
||||
DEVPOD: true
|
||||
|
||||
roles:
|
||||
- packages
|
||||
- customize
|
||||
Loading…
Add table
Add a link
Reference in a new issue