Fix typo in conditional
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				ci/woodpecker/push/woodpecker Pipeline was successful
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	ci/woodpecker/push/woodpecker Pipeline was successful
				
			This commit is contained in:
		| @@ -10,8 +10,8 @@ | ||||
|  | ||||
| - name: Ensure debian-specific packages are installed | ||||
|   import_tasks: packages_debian.yml | ||||
|   when: ansible_facts['os-family'] == 'Debian' | ||||
|   when: ansible_facts['os_family'] == 'Debian' | ||||
|  | ||||
| - name: Ensure rhel-specific packages are installed | ||||
|   import_tasks: packages_redhat.yml | ||||
|   when: ansible_facts['os-family'] == 'RedHat' | ||||
|   when: ansible_facts['os_family'] == 'RedHat' | ||||
|   | ||||
		Reference in New Issue
	
	Block a user