uncomment all the roles

This commit is contained in:
Andreas Zweili 2021-11-09 19:32:34 +01:00
parent 0b91e71bd4
commit d4f2973add
1 changed files with 4 additions and 4 deletions

View File

@ -2,11 +2,11 @@
- hosts: localhost
become: true
roles:
# - ansible
- ansible
- common
#- restic
#- docker
#- desktop
- restic
- docker
- desktop
tasks:
- import_tasks: tasks/main.yml
handlers: