tag zum ping task und gpg_check disable für rpm file

This commit is contained in:
PAN
2025-09-14 03:02:54 +02:00
parent 9195bd4edf
commit 603fb36144

View File

@@ -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.