mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-09 21:23:29 +01:00
Fix various linting issues
This commit is contained in:
parent
477daa032f
commit
57c46b6587
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ansible-centos-check.yml
vendored
2
.github/workflows/ansible-centos-check.yml
vendored
|
@ -11,7 +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"
|
||||
- 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