From e35045cc6c2f126698b053d2b38d49b6bb6e2e2a Mon Sep 17 00:00:00 2001 From: Nathan Douglas Date: Wed, 6 Mar 2024 06:40:49 -0500 Subject: [PATCH] FML --- tasks/setup-Debian.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/setup-Debian.yml b/tasks/setup-Debian.yml index c2aa395..d8ca5d9 100644 --- a/tasks/setup-Debian.yml +++ b/tasks/setup-Debian.yml @@ -19,7 +19,7 @@ - name: 'Update Apt cache.' ansible.builtin.apt: update_cache: true - when: kubernetes_repository.changed + when: kubernetes_repository.changed - name: Add Kubernetes apt preferences file to pin a version. template: