mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-04 12:18:17 +00:00 
			
		
		
		
	Solved condition typo bug II
This commit is contained in:
		@@ -9,7 +9,7 @@
 | 
			
		||||
    - driver-non-free
 | 
			
		||||
 | 
			
		||||
- name: pc-office
 | 
			
		||||
  when: ("collection_officetools in group_names)
 | 
			
		||||
  when: ("collection_officetools" in group_names)
 | 
			
		||||
  include_role:
 | 
			
		||||
    name: "{{ item }}"
 | 
			
		||||
  loop:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user