mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-11-04 09:08:56 +01:00 
			
		
		
		
	make sure Raspbian is not handled the same as Debian
This commit is contained in:
		@@ -4,7 +4,10 @@
 | 
			
		||||
  when: ansible_distribution == 'CentOS'
 | 
			
		||||
 | 
			
		||||
- include_tasks: "{{ role_path }}/tasks/server_base/setup_debian.yml"
 | 
			
		||||
  when: ansible_os_family == 'Debian'
 | 
			
		||||
     when: (ansible_os_family == 'Debian') and (ansible_lsb.id != 'Raspbian') 
 | 
			
		||||
 | 
			
		||||
- include_tasks: "{{ role_path }}/tasks/server_base/setup_raspbian.yml"
 | 
			
		||||
     when: (ansible_os_family == 'Debian') and (ansible_lsb.id == 'Raspbian') 
 | 
			
		||||
 | 
			
		||||
- name: Ensure Docker is started and autoruns
 | 
			
		||||
  service:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user