mirror of
https://github.com/roles-ansible/ansible_collection_users.git
synced 2024-08-16 10:29:50 +02:00
Merge branch 'main' into dotfiles
This commit is contained in:
commit
cb3d40ed17
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ansible-linting-check.yml
vendored
2
.github/workflows/ansible-linting-check.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Run ansible-lint
|
- name: Run ansible-lint
|
||||||
uses: ansible-actions/ansible-lint-action@v1.0.2
|
uses: ansible-actions/ansible-lint-action@v1.0.3
|
||||||
with:
|
with:
|
||||||
target: "./"
|
target: "./"
|
||||||
python_dependency: "jmespath"
|
python_dependency: "jmespath"
|
||||||
|
|
2
.github/workflows/yamllint-check.yml
vendored
2
.github/workflows/yamllint-check.yml
vendored
|
@ -17,6 +17,6 @@ jobs:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Run yamllint
|
- name: Run yamllint
|
||||||
uses: ansible-actions/yamllint-action@v0.0.1
|
uses: ansible-actions/yamllint-action@v0.0.2
|
||||||
with:
|
with:
|
||||||
target: "./"
|
target: "./"
|
||||||
|
|
Loading…
Reference in a new issue