fix: manually merge upstream
This commit is contained in:
		@@ -1,10 +1,10 @@
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
- include_tasks: "{{ role_path }}/tasks/server_base/setup_centos.yml"
 | 
			
		||||
  when: ansible_distribution == 'CentOS' and ansible_distribution_major_version < '8'
 | 
			
		||||
- include_tasks: "{{ role_path }}/tasks/server_base/setup_redhat.yml"
 | 
			
		||||
  when: ansible_os_family == 'RedHat' and ansible_distribution_major_version < '8'
 | 
			
		||||
 | 
			
		||||
- include_tasks: "{{ role_path }}/tasks/server_base/setup_centos8.yml"
 | 
			
		||||
  when: ansible_distribution == 'CentOS' and ansible_distribution_major_version > '7'
 | 
			
		||||
- include_tasks: "{{ role_path }}/tasks/server_base/setup_redhat8.yml"
 | 
			
		||||
  when: ansible_os_family == 'RedHat' and ansible_distribution_major_version > '7'
 | 
			
		||||
 | 
			
		||||
- block:
 | 
			
		||||
  # ansible_lsb is only available if lsb-release is installed.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user