remove arch
This commit is contained in:
parent
f9e5a9cf21
commit
3658408ce6
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
|||
|
||||
- name: Add Kubic (Podman) repository
|
||||
apt_repository:
|
||||
repo: "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/devel_kubic_libcontainers_unstable.gpg] https://download.opensuse.org/repositories/devel:kubic:libcontainers:unstable/xUbuntu_{{ ansible_distribution_version }}/ /"
|
||||
repo: "deb [signed-by=/etc/apt/keyrings/devel_kubic_libcontainers_unstable.gpg] https://download.opensuse.org/repositories/devel:kubic:libcontainers:unstable/xUbuntu_{{ ansible_distribution_version }}/ /"
|
||||
filename: kubic-podman
|
||||
when:
|
||||
- docker_command == 'podman'
|
||||
|
|
Loading…
Reference in a new issue