Some checks failed
		
		
	
	/ Ansible Lint (push) Failing after 48s
				
			Use prefix for role variables, have an ending newline at the end of files and use changed_when for command. Also exclude *.sops.yaml files from ansible-lint.
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			105 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			105 B
		
	
	
	
		
			Text
		
	
	
	
	
	
skip_list:
 | 
						|
  - "yaml[line-length]"
 | 
						|
  - "name[casing]"
 | 
						|
 | 
						|
exclude_paths:
 | 
						|
  - .forgejo/
 | 
						|
  - "**/*.sops.yaml"
 |