We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d4ee11 commit cd1e60fCopy full SHA for cd1e60f
.github/workflows/ansible-lint.yml
@@ -8,8 +8,8 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- name: checks-out the repository under $GITHUB_WORKSPACE
11
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
12
- name: run ansible-lint
13
- uses: ansible/ansible-lint-action@main
+ uses: ansible-actions/ansible-lint-action@v1.0.3
14
with:
15
- path: playbooks/
+ target: playbooks/
playbooks/prepare_stack.yaml
@@ -1,4 +1,5 @@
1
---
2
+
3
- hosts: standalone
4
become: true
5
become_user: stack
0 commit comments