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

Improve ansible lint

This commit is contained in:
L3D 2023-05-19 16:02:35 +02:00
parent a00dfa6b16
commit 4be322800e
Signed by: l3d
GPG key ID: CD08445BFF4313D1
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
[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
roles:
- {role: ansible_version, tags: always, gather_facts: false}