Changeset - ff2fd7766c56
[Not reviewed]
0 1 0
Branko Majic (branko) - 6 days ago 2024-09-21 13:26:08
branko@majic.rs
MAR-218: Use offline mode when running ansible-lint:

- Avoids calling out to remote servers (and leaking info about
caller).
1 file changed with 3 insertions and 0 deletions:
0 comments (0 inline, 0 general)
.ansible-lint
Show inline comments
 
@@ -3,3 +3,6 @@
 
skip_list:
 
  # Disable check that insists on prefixing every single role variable with role name.
 
  - var-naming[no-role-prefix]
 

	
 
# Disable calling out to remote systems during testing.
 
offline: true
 
\ No newline at end of file
0 comments (0 inline, 0 general)