mirror of
https://github.com/willshersystems/ansible-sshd
synced 2025-01-09 08:50:17 +01:00
Fix various linting issues
This commit is contained in:
parent
af7230cf29
commit
477daa032f
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
|
@ -11,6 +11,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"
|
||||
- run: "sed -i -e 's/ansible.builtin.//g/' */*.yml"
|
||||
|
||||
- name: ansible check with centos 6
|
||||
uses: roles-ansible/check-ansible-centos-centos6-action@master
|
||||
|
|
Loading…
Reference in a new issue