mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-22 11:00:19 +01:00
fix github action
This commit is contained in:
parent
b29e05f24d
commit
53e649f227
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
|
@ -22,7 +22,7 @@ jobs:
|
||||||
tests/tasks/restore.yml
|
tests/tasks/restore.yml
|
||||||
tests/tests_duplicate_role.yml
|
tests/tests_duplicate_role.yml
|
||||||
tests/tests_os_defaults.yml
|
tests/tests_os_defaults.yml
|
||||||
- run: "sed -i -e 's/ansible.builtin.//g' */*.yml */*/*.yml"
|
- run: "sed -i -e 's/ansible.builtin.//g' -e 's/ansible.posix//g' */*.yml */*/*.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