Skip to content

Commit cd1e60f

Browse files
committed
DNM: examining gh actions
1 parent 9d4ee11 commit cd1e60f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/ansible-lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: checks-out the repository under $GITHUB_WORKSPACE
11-
uses: actions/checkout@v3
11+
uses: actions/checkout@v4
1212
- name: run ansible-lint
13-
uses: ansible/ansible-lint-action@main
13+
uses: ansible-actions/ansible-lint-action@v1.0.3
1414
with:
15-
path: playbooks/
15+
target: playbooks/

playbooks/prepare_stack.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
23
- hosts: standalone
34
become: true
45
become_user: stack

0 commit comments

Comments
 (0)