Whitespace fixes
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
				
			|||||||
---
 | 
					---
 | 
				
			||||||
- name: gather OS specific variables
 | 
					- name: gather OS specific variables
 | 
				
			||||||
  include_vars: "{{ item }} "
 | 
					  include_vars: "{{ item }}"
 | 
				
			||||||
  with_first_found:
 | 
					  with_first_found:
 | 
				
			||||||
    - "{{ ansible_distribution }}.yaml"
 | 
					    - "{{ ansible_distribution }}.yaml"
 | 
				
			||||||
    - "{{ ansible_os_family }}.yaml"
 | 
					    - "{{ ansible_os_family }}.yaml"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
---
 | 
					---
 | 
				
			||||||
- name: gather OS specific variables
 | 
					- name: gather OS specific variables
 | 
				
			||||||
  include_vars: "{{ item }} "
 | 
					  include_vars: "{{ item }}"
 | 
				
			||||||
  with_first_found:
 | 
					  with_first_found:
 | 
				
			||||||
    - "{{ ansible_distribution }}-{{ ansible_distribution_major_version }}.yaml"
 | 
					    - "{{ ansible_distribution }}-{{ ansible_distribution_major_version }}.yaml"
 | 
				
			||||||
    - "{{ ansible_distribution }}.yaml"
 | 
					    - "{{ ansible_distribution }}.yaml"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user