From 7374e2686a5f85d75519cb809988fae3b0ce3043 Mon Sep 17 00:00:00 2001 From: ace Date: Sat, 30 Sep 2023 21:20:47 +0300 Subject: [PATCH] fix quotes --- postgresql.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/postgresql.yaml b/postgresql.yaml index 4801bab..2e5786b 100644 --- a/postgresql.yaml +++ b/postgresql.yaml @@ -23,11 +23,11 @@ - "{{ ansible_facts['distribution'] }}-{{ ansible_facts['distribution_version'] }}.yaml" - "{{ ansible_facts['os_family'] }}-{{ ansible_facts['distribution_major_version'] }}.yaml" - "{{ ansible_facts['os_family'] }}-{{ ansible_facts['distribution_version'] }}.yaml" - - '{{ ansible_distribution }}.yaml' - - '{{ ansible_os_family }}.yaml' + - "{{ ansible_distribution }}.yaml" + - "{{ ansible_os_family }}.yaml" - postgresql.yaml paths: - - 'vars' + - "vars" - hosts: all,!localhost become: true