From bdb62ce79f2d262af6804dd6be7770a81d04d09e Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Mon, 30 Dec 2024 18:20:46 +0100 Subject: [PATCH] timeshiftff --- playbooks/3_service/laptop.yml | 3 +++ {friedhof => roles}/mgrote_timeshift/LICENSE | 0 {friedhof => roles}/mgrote_timeshift/README.md | 0 {friedhof => roles}/mgrote_timeshift/handlers/main.yml | 0 {friedhof => roles}/mgrote_timeshift/tasks/main.yml | 0 {friedhof => roles}/mgrote_timeshift/templates/timeshift.json | 0 6 files changed, 3 insertions(+) rename {friedhof => roles}/mgrote_timeshift/LICENSE (100%) rename {friedhof => roles}/mgrote_timeshift/README.md (100%) rename {friedhof => roles}/mgrote_timeshift/handlers/main.yml (100%) rename {friedhof => roles}/mgrote_timeshift/tasks/main.yml (100%) rename {friedhof => roles}/mgrote_timeshift/templates/timeshift.json (100%) 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