From d752819b3f08efd62c7d265bac532039bc4a745c Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Thu, 15 Sep 2022 14:33:19 -0500 Subject: [PATCH] See if non-Debian OSes work x2. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 07ac33e..1454abd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,8 +43,8 @@ jobs: include: - distro: rockylinux8 playbook: converge.yml - - distro: ubuntu2004 - playbook: converge.yml + # - distro: ubuntu2004 + # playbook: converge.yml # - distro: debian11 # playbook: converge.yml