General Enhancements #4
@@ -48,7 +48,7 @@
 | 
				
			|||||||
    repo: ppa:lutris-team/lutris
 | 
					    repo: ppa:lutris-team/lutris
 | 
				
			||||||
    update_cache: yes
 | 
					    update_cache: yes
 | 
				
			||||||
    state: present
 | 
					    state: present
 | 
				
			||||||
  when: ansible_distribution == "Ubuntu" and gaming == true
 | 
					  when: ansible_distribution in ("Ubuntu", "Debian") and gaming == true
 | 
				
			||||||
  ignore_errors: yes
 | 
					  ignore_errors: yes
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- name: Workstation | Linux | Software | Packages | Add Lutris (besides ARM)
 | 
					- name: Workstation | Linux | Software | Packages | Add Lutris (besides ARM)
 | 
				
			||||||
@@ -72,7 +72,7 @@
 | 
				
			|||||||
    repo: ppa:lutris-team/lutris
 | 
					    repo: ppa:lutris-team/lutris
 | 
				
			||||||
    update_cache: yes
 | 
					    update_cache: yes
 | 
				
			||||||
    state: absent
 | 
					    state: absent
 | 
				
			||||||
  when: ansible_distribution == "Ubuntu" and gaming is not defined
 | 
					  when: ansible_distribution in ("Ubuntu", "Debian") and gaming is not defined
 | 
				
			||||||
  ignore_errors: yes
 | 
					  ignore_errors: yes
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Remove Repo Software #
 | 
					# Remove Repo Software #
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user