From 07926bd56cff51c3653898353fe0b0dfc04b9f38 Mon Sep 17 00:00:00 2001 From: dalerichardson Date: Wed, 21 Feb 2024 10:34:36 -0800 Subject: [PATCH] remove old setting --- .github/workflows/test-salt-linux.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test-salt-linux.yml b/.github/workflows/test-salt-linux.yml index ab2c569..f6927ee 100644 --- a/.github/workflows/test-salt-linux.yml +++ b/.github/workflows/test-salt-linux.yml @@ -50,7 +50,6 @@ jobs: # Install salt - run: touch /etc/fstab - run: curl -sSL -o /etc/yum.repos.d/salt.repo ${{ env.SALT_REPO_URL }} - - run: sudo docker exec centos-${OS_VERSION} systemctl start firewalld - run: >- mapfile -t REQUIREMENTS < <(cat ${{ format(inputs.salt-requirements-files, inputs.salt-os-version) }}) && yum install -y "${REQUIREMENTS[@]}"