use ansible-lint action
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				Infrastructure / Check and run Ansbile playbooks (pull_request) Failing after 3m34s
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	Infrastructure / Check and run Ansbile playbooks (pull_request) Failing after 3m34s
				
			This commit is contained in:
		
							
								
								
									
										6
									
								
								.ansible-lint
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								.ansible-lint
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,6 @@ | |||||||
|  | strict: true | ||||||
|  | use_default_rules: true | ||||||
|  | skip_list: | ||||||
|  |   - args[module] | ||||||
|  | exclude_paths: | ||||||
|  |   - "!infra/**/*playbook.yaml" | ||||||
							
								
								
									
										5
									
								
								.github/workflows/infra.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/workflows/infra.yaml
									
									
									
									
										vendored
									
									
								
							| @@ -31,9 +31,8 @@ jobs: | |||||||
|           pip3 install -r requirements.txt |           pip3 install -r requirements.txt | ||||||
|           ansible-galaxy collection install community.general community.docker infisical.vault --force |           ansible-galaxy collection install community.general community.docker infisical.vault --force | ||||||
|  |  | ||||||
|       - name: Ansible lint |       - name: Run ansible-lint | ||||||
|         run: | |         uses: ansible/ansible-lint@v6 | ||||||
|           ansible-lint -s -x args[module] infra/**/*playbook.yaml |  | ||||||
|  |  | ||||||
|       - name: Check playbooks |       - name: Check playbooks | ||||||
|         run: | |         run: | | ||||||
|   | |||||||
| @@ -20,7 +20,7 @@ share: | |||||||
|     path: /samba/kvkbackups |     path: /samba/kvkbackups | ||||||
|     validusers: kvk |     validusers: kvk | ||||||
|     writelist: kvk |     writelist: kvk | ||||||
|     browsable: yes |     browsable: true | ||||||
|     readonly: no |     readonly: false | ||||||
|     guestok: no |     guestok: false | ||||||
|     veto: no |     veto: false | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user