mirror of
https://gitea.0xace.cc/ansible-galaxy/patroni.git
synced 2024-11-24 23:56:39 +00:00
fix vars
This commit is contained in:
parent
e9c8bd299b
commit
239c868767
@ -12,6 +12,24 @@
|
||||
- "vars"
|
||||
tags: always, patroni_vars
|
||||
|
||||
- name: Load host variables to override role vars
|
||||
include_vars:
|
||||
dir: "{{ inventory_dir }}/host_vars"
|
||||
ignore_unknown_extensions: True
|
||||
extensions:
|
||||
- ''
|
||||
- "yaml"
|
||||
- "yml"
|
||||
tags: patroni_override_role_vars
|
||||
|
||||
- name: Load group variables to override role vars
|
||||
include_vars:
|
||||
dir: "{{ inventory_dir }}/group_vars"
|
||||
extensions:
|
||||
- "yaml"
|
||||
- "yml"
|
||||
tags: patroni_override_role_vars
|
||||
|
||||
- name: Task name
|
||||
stat:
|
||||
path: /etc/patroni/patroni.yaml
|
||||
|
Loading…
Reference in New Issue
Block a user