diff --git a/playbooks/3_service/laptop.yml b/playbooks/3_service/laptop.yml index 689bee78..4f7e2c39 100644 --- a/playbooks/3_service/laptop.yml +++ b/playbooks/3_service/laptop.yml @@ -46,3 +46,6 @@ - role: mgrote_install_deb_files_from_url tags: "deb" become: true + - role: mgrote_timeshift + tags: "timeshift" + become: true diff --git a/friedhof/mgrote_timeshift/LICENSE b/roles/mgrote_timeshift/LICENSE similarity index 100% rename from friedhof/mgrote_timeshift/LICENSE rename to roles/mgrote_timeshift/LICENSE diff --git a/friedhof/mgrote_timeshift/README.md b/roles/mgrote_timeshift/README.md similarity index 100% rename from friedhof/mgrote_timeshift/README.md rename to roles/mgrote_timeshift/README.md diff --git a/friedhof/mgrote_timeshift/handlers/main.yml b/roles/mgrote_timeshift/handlers/main.yml similarity index 100% rename from friedhof/mgrote_timeshift/handlers/main.yml rename to roles/mgrote_timeshift/handlers/main.yml diff --git a/friedhof/mgrote_timeshift/tasks/main.yml b/roles/mgrote_timeshift/tasks/main.yml similarity index 100% rename from friedhof/mgrote_timeshift/tasks/main.yml rename to roles/mgrote_timeshift/tasks/main.yml diff --git a/friedhof/mgrote_timeshift/templates/timeshift.json b/roles/mgrote_timeshift/templates/timeshift.json similarity index 100% rename from friedhof/mgrote_timeshift/templates/timeshift.json rename to roles/mgrote_timeshift/templates/timeshift.json