From 603fb36144c7105839d279babefef11a4db61348 Mon Sep 17 00:00:00 2001 From: PAN Date: Sun, 14 Sep 2025 03:02:54 +0200 Subject: [PATCH] =?UTF-8?q?tag=20zum=20ping=20task=20und=20gpg=5Fcheck=20d?= =?UTF-8?q?isable=20f=C3=BCr=20rpm=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fedora.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fedora.yml b/fedora.yml index b73097f..a99c699 100644 --- a/fedora.yml +++ b/fedora.yml @@ -10,6 +10,7 @@ tasks: - name: Erreichbarkeit des Ziels Prüfen. + tags: connect ansible.builtin.ping: - name: Erstellung Meines Benutzers. @@ -37,6 +38,7 @@ ansible.builtin.dnf: use_backend: dnf5 name: "{{ item }}" + disable_gpg_check: true loop: "{{ RPMs }}" - name: Installation von DNF Paketen.