mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-12-25 01:50:18 +01:00
the bullseye check is using the "main" branch
The https://github.com/marketplace/actions/check-ansible-debian-bullseye is available at the "main" branch.
This commit is contained in:
parent
6b1b328de3
commit
00df9a1855
1 changed files with 1 additions and 2 deletions
|
@ -11,8 +11,7 @@ jobs:
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: ansible check with debian:bullseye (11)
|
- name: ansible check with debian:bullseye (11)
|
||||||
uses: roles-ansible/check-ansible-debian-bullseye-action@master
|
uses: roles-ansible/check-ansible-debian-bullseye-action@main
|
||||||
with:
|
|
||||||
group: local
|
group: local
|
||||||
hosts: localhost
|
hosts: localhost
|
||||||
targets: "tests/*.yml"
|
targets: "tests/*.yml"
|
||||||
|
|
Loading…
Reference in a new issue