This commit is contained in:
parent
b88fdba1ad
commit
33de223a5c
1 changed files with 6 additions and 1 deletions
|
@ -4,7 +4,7 @@ on:
|
||||||
- feature/forgejo-actions
|
- feature/forgejo-actions
|
||||||
- testing
|
- testing
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
deploy:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
@ -16,3 +16,8 @@ jobs:
|
||||||
python3 -m pip install ansible
|
python3 -m pip install ansible
|
||||||
python3 -m pip install ansible-lint
|
python3 -m pip install ansible-lint
|
||||||
|
|
||||||
|
- name: Check ansible version
|
||||||
|
run: |
|
||||||
|
ansible --version
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue