From 7a46e765f261e55db8ddac3e210f5b5697802c9f Mon Sep 17 00:00:00 2001 From: Riku Rouvila Date: Fri, 5 Jan 2024 12:07:53 +0200 Subject: [PATCH] remove condition from fetch --- infrastructure/server-setup/backups.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/infrastructure/server-setup/backups.yml b/infrastructure/server-setup/backups.yml index c1102bd01..85eeade51 100644 --- a/infrastructure/server-setup/backups.yml +++ b/infrastructure/server-setup/backups.yml @@ -73,7 +73,6 @@ src: '{{ crontab_user_home }}/.ssh/id_rsa.pub' dest: '/tmp/{{ inventory_hostname }}_id_rsa.pub' flat: yes - when: file_check.stat.exists tags: - backups