CI: Workaround for CentOS 6

This commit is contained in:
Jakub Jelen 2022-04-12 22:07:50 +02:00 committed by Jakub Jelen
parent e24ff31d2a
commit 2ba5bfee85

View file

@ -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