| 
					
				 | 
			
			
				@@ -1,12 +1,4 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 --- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-- name: Enable snapraid copr repo (CentOS) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  shell: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    cmd: dnf copr enable pauken/SnapRAID centos-stream-{{ ansible_distribution_major_version }}-x86_64 -y 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    creates: /etc/yum.repos.d/_copr:copr.fedorainfracloud.org:pauken:SnapRAID.repo 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  when: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    - ansible_distribution == "CentOS" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    - ansible_distribution_release == "Stream" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 - name: Install xfsprogs (Debian) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   package: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     name: xfsprogs 
			 |