mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-15 23:20:44 +00:00
16 lines
359 B
YAML
16 lines
359 B
YAML
- name: Expand Setting | Include settings
|
|
include_vars:
|
|
file: ../variables/settings.yml
|
|
|
|
- name: Expand Setting | Include secrets
|
|
include_vars:
|
|
file: ../variables/secrets.yml
|
|
|
|
- name: Expand Setting | Set Setting
|
|
set_fact:
|
|
secret: "{{secrets[setting]}}"
|
|
|
|
- name: Expand Setting | Set Setting
|
|
set_fact:
|
|
setting: "{{settings[setting]}}"
|