mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-12-23 17:10:19 +01:00
more github action fixes
This commit is contained in:
parent
53e649f227
commit
95bbdf3e4f
1 changed files with 3 additions and 1 deletions
4
.github/workflows/ansible-centos-check.yml
vendored
4
.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' -e 's/ansible.posix//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
|
||||||
|
@ -37,6 +37,8 @@ jobs:
|
||||||
- name: checkout PR
|
- name: checkout PR
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- run: "sed -i -e 's/ansible.posix.//g' */*.yml */*/*.yml"
|
||||||
|
|
||||||
- name: ansible check with centos 7
|
- name: ansible check with centos 7
|
||||||
uses: roles-ansible/check-ansible-centos-centos7-action@master
|
uses: roles-ansible/check-ansible-centos-centos7-action@master
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue