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 #11 from DO1JLR/l

Improve ansible lint
This commit is contained in:
L3D 2023-05-19 16:05:28 +02:00 committed by GitHub
commit 6782d30278
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 3 deletions

2
.ansible-lint Normal file
View file

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

View file

@ -10,4 +10,4 @@ become_method = sudo
become_user = root become_user = root
[passwordstore_lookup] [passwordstore_lookup]
backend = "gopass" backend = gopass

@ -1 +1 @@
Subproject commit c4ff7711a14a9a34af60cfa122c9331d15760582 Subproject commit ee881e6b0a206585ae836cdbaeb33dd3a5d2fe61

View file

@ -1,5 +1,5 @@
--- ---
- 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, gather_facts: false}