mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 23:08:06 +02:00
Adapted discourse version to new code after the big refactoring
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
- name: Merge application definitions
|
||||
set_fact:
|
||||
applications: "{{ defaults_applications | combine(applications | default({}, true), recursive=True) }}"
|
||||
applications: "{{ defaults_applications | merge_with_defaults(applications | default({}, true)) }}"
|
||||
|
||||
- name: Merge current play applications
|
||||
set_fact:
|
||||
|
Reference in New Issue
Block a user