From 08849e4266c87df3078ea4f975007868ac9e36db Mon Sep 17 00:00:00 2001 From: iRaven Date: Sun, 8 Dec 2024 22:53:16 -0600 Subject: [PATCH] ignore unreachable hosts --- linux/pkgupgrade-apt.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/linux/pkgupgrade-apt.yaml b/linux/pkgupgrade-apt.yaml index f5cb636..aa5222d 100644 --- a/linux/pkgupgrade-apt.yaml +++ b/linux/pkgupgrade-apt.yaml @@ -4,6 +4,7 @@ - hosts: all gather_facts: yes become: yes + ignore_unreachable: true tasks: - name: Update apt repo package lists