1
0
Fork 0
mirror of https://github.com/DO1JLR/ansible_linux_desktop_setup.git synced 2024-09-14 19:54:51 +02:00

Swap linter

This commit is contained in:
L3D 2023-10-05 21:16:04 +02:00
parent a6bc271a92
commit d2091c0c97
No known key found for this signature in database
GPG key ID: AD65B920933B4B20
2 changed files with 4 additions and 4 deletions

View file

@ -17,7 +17,7 @@ jobs:
submodules: true
fetch-depth: 0
- name: 'Lint Ansible Playbook'
uses: ansible/ansible-lint-action@v6.17.0
- name: Run ansible-lint
uses: ansible-actions/ansible-lint-action@v0.0.1
with:
path: "site.yml"
targetQ: "site.yml"

View file

@ -2,7 +2,7 @@
- name: Check if ansible is not to old
hosts: all
roles:
- {role: ansible_version, tags: always, gather_facts: false}
- {role: ansible_version, tags: always}
- name: Generic Workstation Preperation
hosts: all