mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-26 21:45:20 +02:00
Solved path bug
This commit is contained in:
parent
39a54294dd
commit
dc125e4843
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user