mirror of
https://gitea.0xace.cc/ansible-galaxy/postgresql.git
synced 2025-01-18 12:02:25 +00:00
fix vars
This commit is contained in:
parent
8d2c0a22f0
commit
916e75951e
@ -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: postgresql_override_role_vars
|
tags: postgresql_override_role_vars
|
||||||
|
Loading…
Reference in New Issue
Block a user