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:
parent
a00dfa6b16
commit
4be322800e
4 changed files with 5 additions and 3 deletions
2
.ansible-lint
Normal file
2
.ansible-lint
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
skip_list:
|
||||||
|
- var-naming[no-role-prefix]
|
|
@ -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
|
2
site.yml
2
site.yml
|
@ -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}
|
||||||
|
|
Loading…
Reference in a new issue