mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-22 19:10:18 +01:00
CI: Workaround for CentOS 6
This commit is contained in:
parent
e24ff31d2a
commit
2ba5bfee85
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ansible-centos-check.yml
vendored
1
.github/workflows/ansible-centos-check.yml
vendored
|
@ -10,6 +10,7 @@ jobs:
|
||||||
|
|
||||||
# Workaround missing support for end_host in old ansible
|
# 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/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
|
- name: ansible check with centos 6
|
||||||
uses: roles-ansible/check-ansible-centos-centos6-action@master
|
uses: roles-ansible/check-ansible-centos-centos6-action@master
|
||||||
|
|
Loading…
Reference in a new issue