änderung rückgängig gemacht
This commit is contained in:
@@ -27,12 +27,11 @@
|
|||||||
|
|
||||||
- name: Installation von Grundpaketen.
|
- name: Installation von Grundpaketen.
|
||||||
tags: IQP
|
tags: IQP
|
||||||
become: true
|
|
||||||
block:
|
block:
|
||||||
- name: Aktiviere von Corps
|
- name: Aktiviere von Corps
|
||||||
ansible.builtin.dnf:
|
community.general.copr:
|
||||||
use_backend: dnf5
|
host: copr.fedorainfracloud.org
|
||||||
state: present
|
state: enabled
|
||||||
name: "{{ item }}"
|
name: "{{ item }}"
|
||||||
loop: "{{ Corps }}"
|
loop: "{{ Corps }}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user