fix: manually merge upstream
This commit is contained in:
		@@ -1,11 +1,11 @@
 | 
			
		||||
---
 | 
			
		||||
# This is for both CentOS 7 and 8
 | 
			
		||||
- name: Ensure fuse installed (CentOS)
 | 
			
		||||
# This is for both RedHat 7 and 8
 | 
			
		||||
- name: Ensure fuse installed (RedHat)
 | 
			
		||||
  yum:
 | 
			
		||||
    name:
 | 
			
		||||
      - fuse
 | 
			
		||||
    state: latest
 | 
			
		||||
  when: ansible_distribution == 'CentOS'
 | 
			
		||||
  when: ansible_os_family == 'RedHat'
 | 
			
		||||
 | 
			
		||||
# This is for both Debian and Raspbian
 | 
			
		||||
- name: Ensure fuse installed (Debian/Raspbian)
 | 
			
		||||
 
 | 
			
		||||
@@ -1,11 +1,11 @@
 | 
			
		||||
---
 | 
			
		||||
# This is for both CentOS 7 and 8
 | 
			
		||||
- name: Ensure openssl installed (CentOS)
 | 
			
		||||
# This is for both RedHat 7 and 8
 | 
			
		||||
- name: Ensure openssl installed (RedHat)
 | 
			
		||||
  yum:
 | 
			
		||||
    name:
 | 
			
		||||
      - openssl
 | 
			
		||||
    state: latest
 | 
			
		||||
  when: ansible_distribution == 'CentOS'
 | 
			
		||||
  when: ansible_os_family == 'RedHat'
 | 
			
		||||
 | 
			
		||||
# This is for both Debian and Raspbian
 | 
			
		||||
- name: Ensure openssl installed (Debian/Raspbian)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user