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

Merge pull request #22 from DO1JLR/s

Swap linter
This commit is contained in:
L3D 2023-10-05 21:21:06 +02:00 committed by GitHub
commit c8b3ad3b39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 4 deletions

View file

@ -1,2 +1,3 @@
---
skip_list: skip_list:
- var-naming[no-role-prefix] - var-naming[no-role-prefix]

View file

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

View file

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