Fix various linting issues

This commit is contained in:
Matt Willsher 2022-06-05 08:57:58 +01:00
parent af7230cf29
commit 477daa032f

View file

@ -11,6 +11,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" - 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 - name: ansible check with centos 6
uses: roles-ansible/check-ansible-centos-centos6-action@master uses: roles-ansible/check-ansible-centos-centos6-action@master