mirror of
				https://gitlab.sectorq.eu/jaydee/ansible.git
				synced 2025-10-31 02:11:10 +01:00 
			
		
		
		
	klal
This commit is contained in:
		| @@ -66,16 +66,12 @@ | ||||
|     #     chmod a+r /etc/apt/keyrings/docker.asc | ||||
|  | ||||
|     - name: Get keys for raspotify | ||||
|       ansible.builtin.shell: echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc]\ | ||||
|        https://download.docker.com/linux/debian $(. /etc/os-release && echo "$VERSION_CODENAME") stable" |\ | ||||
|        tee /etc/apt/sources.list.d/docker.list > /dev/null | ||||
|       ansible.builtin.shell: echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/debian $(. /etc/os-release && echo "$VERSION_CODENAME") stable" | tee /etc/apt/sources.list.d/docker.list > /dev/null | ||||
|       when: | ||||
|         - ansible_distribution == "Debian"  and ansible_distribution_major_version  == "12" | ||||
|  | ||||
|     - name: Get keys for raspotify | ||||
|       ansible.builtin.shell: echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc]\ | ||||
|        https://download.docker.com/linux/ubuntu $(. /etc/os-release && echo "$VERSION_CODENAME") stable" |\ | ||||
|        sudo tee /etc/apt/sources.list.d/docker.list > /dev/null | ||||
|       ansible.builtin.shell: echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu $(. /etc/os-release && echo "$VERSION_CODENAME") stable" | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null | ||||
|       when: | ||||
|         - ansible_distribution == "Ubuntu" | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user