mirror of
https://github.com/DO1JLR/ansible_linux_desktop_setup.git
synced 2024-09-14 19:54:51 +02:00
commit
c8b3ad3b39
3 changed files with 5 additions and 4 deletions
|
@ -1,2 +1,3 @@
|
|||
---
|
||||
skip_list:
|
||||
- var-naming[no-role-prefix]
|
||||
|
|
6
.github/workflows/ansible-linting-check.yml
vendored
6
.github/workflows/ansible-linting-check.yml
vendored
|
@ -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"
|
||||
|
|
2
site.yml
2
site.yml
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue