diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-08-11 00:32:04 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-08-11 00:32:04 +0200 |
| commit | 1e258f7ec4093b4998693543628751258103e11c (patch) | |
| tree | cc577f7ec948536c7ff5241a026543693218e1d9 /.ansible-lint | |
| parent | bd8fef07b81e116ad25b69ef1a39c799e4687b50 (diff) | |
Refactor playbook to simplify package installs for different OSs
Diffstat (limited to '.ansible-lint')
| -rw-r--r-- | .ansible-lint | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.ansible-lint b/.ansible-lint index 26c3c913..4124dea9 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -2,3 +2,6 @@ skip_list: - 'yaml' - 'role-name' + +warn_list: + - 'var-naming[no-role-prefix]' |
