fix quotes

This commit is contained in:
ace 2023-09-30 21:20:47 +03:00
parent 75ce862a31
commit 7374e2686a
Signed by: ace
GPG Key ID: 2C08973DD37A76FD

View File

@ -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