This commit is contained in:
ace 2023-02-10 17:50:27 +03:00
parent 239c868767
commit 99f6e88fb9
Signed by: ace
GPG Key ID: 2C08973DD37A76FD

View File

@ -25,7 +25,9 @@
- name: Load group variables to override role vars - name: Load group variables to override role vars
include_vars: include_vars:
dir: "{{ inventory_dir }}/group_vars" dir: "{{ inventory_dir }}/group_vars"
ignore_unknown_extensions: True
extensions: extensions:
- ''
- "yaml" - "yaml"
- "yml" - "yml"
tags: patroni_override_role_vars tags: patroni_override_role_vars