Fix errors

This commit is contained in:
sonny 2021-10-30 19:57:52 +02:00
parent b3d261316e
commit 22ee002aee
3 changed files with 6 additions and 4 deletions

View file

@ -4,7 +4,7 @@
become: true
apt:
name: '{{ packages }}'
- roles:
roles:
- common
tasks:
- import_tasks: 'tasks/setup.yml'
@ -21,3 +21,5 @@
- 'vars/network.yml'
- 'vars/vpn.yml'
- 'vars/transmission.yml'
- 'vars/syncthing.yml'
- 'vars/mpd.yml'