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 3a630bfCopy full SHA for 3a630bf
.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/
playbooks/prepare_stack.yaml
@@ -1,4 +1,4 @@
1
----
+----
2
- hosts: standalone
3
become: true
4
become_user: stack
0 commit comments