From eaaac467aa750c321b7c90da1167caf03cb08f67 Mon Sep 17 00:00:00 2001 From: Christian Steinle Date: Sat, 26 Apr 2025 12:57:00 +0200 Subject: [PATCH] Fix typo in cleaner playbook. --- clean-backup.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clean-backup.yaml b/clean-backup.yaml index eceb570..d1969b7 100644 --- a/clean-backup.yaml +++ b/clean-backup.yaml @@ -1,5 +1,5 @@ --- -# This playbook removes ol backups +# This playbook removes old backups - name: Cleanup old backups hosts: all gather_facts: True