wechsel auf dnf builtin task
This commit is contained in:
@@ -29,8 +29,8 @@
|
|||||||
tags: IQP
|
tags: IQP
|
||||||
block:
|
block:
|
||||||
- name: Aktiviere von Corps
|
- name: Aktiviere von Corps
|
||||||
community.general.copr:
|
ansible.builtin.dnf:
|
||||||
host: copr.fedorainfracloud.org
|
use_backend: dnf5
|
||||||
state: enabled
|
state: enabled
|
||||||
name: "{{ item }}"
|
name: "{{ item }}"
|
||||||
loop: "{{ Corps }}"
|
loop: "{{ Corps }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user