mirror of
https://gitea.0xace.cc/ansible-galaxy/patroni.git
synced 2025-06-29 02:53:07 +00:00
fix vars
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user