mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-04 04:08:15 +00:00 
			
		
		
		
	Solved path bug
This commit is contained in:
		@@ -53,13 +53,13 @@
 | 
				
			|||||||
  meta: flush_handlers
 | 
					  meta: flush_handlers
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- name: Update\Upgrade Nextcloud
 | 
					- name: Update\Upgrade Nextcloud
 | 
				
			||||||
  include_tasks: 02_upgrade
 | 
					  include_tasks: 02_upgrade.yml
 | 
				
			||||||
  when: MODE_UPDATE | bool
 | 
					  when: MODE_UPDATE | bool
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- name: Load system configuration steps
 | 
					- name: Load system configuration steps
 | 
				
			||||||
  include_tasks: "{{ item }}"
 | 
					  include_tasks: "{{ item }}"
 | 
				
			||||||
  loop:
 | 
					  loop:
 | 
				
			||||||
    - 02_upgrade
 | 
					    - 02_upgrade.yml
 | 
				
			||||||
    - 03_admin.yml
 | 
					    - 03_admin.yml
 | 
				
			||||||
    - 04_system_config.yml
 | 
					    - 04_system_config.yml
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user