This website works better with JavaScript.
Home
Explore
Help
Sign In
overmind
/
matrix-docker-ansible-deploy
mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Add ansible-lint configuration file
pull/1948/head
Slavi Pantaleev
3 years ago
parent
c1849ae888
commit
3408c710ee
1 changed files
with
14 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+14
-0
.config/ansible-lint.yml
+ 14
- 0
.config/ansible-lint.yml
View File
@@ -0,0 +1,14 @@
---
use_default_rules: true
skip_list:
- unnamed-task
- no-handler
- no-jinja-nesting
- schema
- var-naming
- command-instead-of-shell
- role-name
offline: false
Write
Preview
Loading…
Cancel
Save