summaryrefslogtreecommitdiffstats
path: root/roles/yamllint/defaults
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-01-18 21:28:30 +0100
committerAhmed Abdelhalim <[email protected]>2026-01-18 21:28:30 +0100
commit37cde904c097879331fd978032bf3898f16413ee (patch)
tree53f0e8c1035ded24d78146f153ad0f752a9c3bdc /roles/yamllint/defaults
parenta8b43b18cb769355fde300d94ff64e9472dafe9f (diff)
Add yamllint role and use it as dependency for ansible
Since my ansible setup depends on yamllint for linting, it's ok to have this as an implicit dependency for this role, but it can also be used separately
Diffstat (limited to 'roles/yamllint/defaults')
-rw-r--r--roles/yamllint/defaults/main.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/yamllint/defaults/main.yml b/roles/yamllint/defaults/main.yml
new file mode 100644
index 00000000..43e19920
--- /dev/null
+++ b/roles/yamllint/defaults/main.yml
@@ -0,0 +1,2 @@
+---
+yamllint_version: "1.37.1"