mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-11-04 00:58:56 +01:00 
			
		
		
		
	updated task names leftover from template used
This commit is contained in:
		@@ -8,14 +8,14 @@
 | 
			
		||||
  when: ansible_distribution == 'CentOS'
 | 
			
		||||
 | 
			
		||||
# This is for both Debian and Raspbian
 | 
			
		||||
- name: Ensure fuse installed (Debian/Raspbian)
 | 
			
		||||
- name: Ensure openssl installed (Debian/Raspbian)
 | 
			
		||||
  apt:
 | 
			
		||||
    name:
 | 
			
		||||
      - openssl
 | 
			
		||||
    state: latest
 | 
			
		||||
  when: ansible_os_family == 'Debian'
 | 
			
		||||
 | 
			
		||||
- name: Ensure fuse installed (Archlinux)
 | 
			
		||||
- name: Ensure openssl installed (Archlinux)
 | 
			
		||||
  pacman:
 | 
			
		||||
    name:
 | 
			
		||||
      - openssl
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user