docker: Remove kludges for Fedora 38
This commit is contained in:
parent
9dabac3469
commit
e34e62b542
1 changed files with 0 additions and 12 deletions
|
@ -7,18 +7,6 @@
|
||||||
owner: root
|
owner: root
|
||||||
group: "{{ ansible_wheel }}"
|
group: "{{ ansible_wheel }}"
|
||||||
|
|
||||||
- name: Enable workaround repository for Fedora 38
|
|
||||||
ansible.builtin.yum_repository:
|
|
||||||
name: docker-ce-workaround
|
|
||||||
baseurl: https://download.docker.com/linux/fedora/37/$basearch/stable
|
|
||||||
description: Docker CE Stable - $basearch - F38 Workaround
|
|
||||||
gpgcheck: true
|
|
||||||
gpgkey: https://download.docker.com/linux/fedora/gpg
|
|
||||||
enabled: true
|
|
||||||
when:
|
|
||||||
- ansible_distribution == "Fedora"
|
|
||||||
- ansible_distribution_version|int > 37
|
|
||||||
|
|
||||||
- name: Install packages
|
- name: Install packages
|
||||||
ansible.builtin.package:
|
ansible.builtin.package:
|
||||||
name: docker-ce
|
name: docker-ce
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue