fix(config): enable dictionary merge for scoped overrides
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
---
|
||||
# Example variables for virtual provisioning.
|
||||
filesystem: "btrfs"
|
||||
custom_iso: false
|
||||
|
||||
hypervisor:
|
||||
@@ -19,6 +18,7 @@ system:
|
||||
type: "virtual" # virtual|physical
|
||||
os: "archlinux"
|
||||
version: ""
|
||||
filesystem: "btrfs" # btrfs|ext4|xfs
|
||||
name: "{{ inventory_hostname }}"
|
||||
id: 100
|
||||
cpus: 4
|
||||
|
||||
Reference in New Issue
Block a user