Skip to content

Commit

Permalink
fix(pterodactyl_wings): properly update config (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxhoesel authored Apr 19, 2021
1 parent 42dd363 commit 4afce6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/pterodactyl_wings/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
changed_when: no
- name: Merge existing configuration new config
set_fact:
pterodactyl_wings_config: "{{ _pterodactyl_wings_config_current.stdout|from_yaml | combine(pterodactyl_wings_config) }}"
pterodactyl_wings_config: "{{ _pterodactyl_wings_config_current.stdout|from_yaml | combine(pterodactyl_wings_config, recursive=True, list_merge='keep') }}"
when: _pterodactyl_wings_config_file.stat.exists

- name: Wings config file is installed
Expand Down

0 comments on commit 4afce6e

Please sign in to comment.