Skip to content

Commit

Permalink
Added systemctl start firewalld step
Browse files Browse the repository at this point in the history
  • Loading branch information
dalerichardson authored Jul 20, 2023
1 parent 8622212 commit 452a723
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-salt-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ 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[@]}"
Expand Down

0 comments on commit 452a723

Please sign in to comment.