Skip to content

Commit

Permalink
CI: Workaround for CentOS 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakuje committed Apr 19, 2022
1 parent e24ff31 commit 2ba5bfe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ansible-centos-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:

# Workaround missing support for end_host in old ansible
- run: "sed -i -e 's/meta: end_host/assert:\\n that: __sshd_os_supported|bool/' tasks/install.yml"
- run: "sed -i -e 's/.*public: true//' tests/tasks/restore.yml"

- name: ansible check with centos 6
uses: roles-ansible/check-ansible-centos-centos6-action@master
Expand Down

0 comments on commit 2ba5bfe

Please sign in to comment.