ctucx.git: ansible-configs

My personal ansible roles and playbooks [deprecated in favor of nixos]

commit 74ccc52adb791ac3825cf9153aeebb56ac6b631f
parent 4d75692f5ac4d64e45cf596e209084182587f80f
Author: Leah (ctucx) <leah@ctu.cx>
Date: Tue, 6 Apr 2021 18:38:26 +0200

roles/backup: move backup-script from wanderduene to osterei
3 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/roles/backup/tasks/main.yml b/roles/backup/tasks/main.yml
@@ -8,8 +8,8 @@
   when:
     - ansible_distribution == "Alpine"
 
-- import_tasks: wanderduene.yml
-  when: system.hostname == "wanderduene"
+- import_tasks: osterei.yml
+  when: system.hostname == "osterei"
 
 - import_tasks: quitschi.yml
   when: system.hostname == "quitschi"
diff --git a/roles/backup/tasks/wanderduene.yml b/roles/backup/tasks/osterei.yml
diff --git a/scripts/restic-backup/wanderduene.sh b/scripts/restic-backup/osterei.sh