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 - hosts: localhost
become: true become: true
roles: roles:
# - ansible - ansible
- common - common
#- restic - restic
#- docker - docker
#- desktop - desktop
tasks: tasks:
- import_tasks: tasks/main.yml - import_tasks: tasks/main.yml
handlers: handlers: