mirror of
				https://gitea.0xace.cc/ansible-playbooks/postgresql.git
				synced 2025-11-03 21:07:25 +00:00 
			
		
		
		
	fix quotes
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user