added bazarr, bugfixes
This commit is contained in:
@@ -12,12 +12,12 @@
|
||||
block:
|
||||
- name: somerepo |no apt key
|
||||
ansible.builtin.get_url:
|
||||
url: "https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_${{ ansible_distribution_version }}/Release.key"
|
||||
url: "https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_{{ ansible_distribution_version }}/Release.key"
|
||||
dest: /etc/apt/trusted.gpg.d/podman.asc
|
||||
|
||||
- name: somerepo | apt source
|
||||
ansible.builtin.apt_repository:
|
||||
repo: "deb [arch=amd64 signed-by=/etc/apt/trusted.gpg.d/podman.asc] https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_${{ ansible_distribution_version }}/ /"
|
||||
repo: "deb [arch=amd64 signed-by=/etc/apt/trusted.gpg.d/podman.asc] https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_{{ ansible_distribution_version }}/ /"
|
||||
state: present
|
||||
|
||||
- name: Install mediaserver packages
|
||||
@@ -28,7 +28,7 @@
|
||||
loop:
|
||||
- python3-docker
|
||||
- podman
|
||||
- podman-plugins
|
||||
#- podman-plugins
|
||||
|
||||
- name: Install pip docker-compose
|
||||
pip:
|
||||
|
||||
Reference in New Issue
Block a user