Update log.log

This commit is contained in:
2026-05-22 19:30:05 +02:00
parent 9658e4e994
commit 0b878ecc8b
+74 -10
View File
@@ -8,25 +8,89 @@ TASK [Gathering Facts] *********************************************************
ok: [localhost] ok: [localhost]
TASK [RPM Fusion - Installer free og nonfree repos] ********************************************************** TASK [RPM Fusion - Installer free og nonfree repos] **********************************************************
changed: [localhost]
TASK [RPM Fusion - Aktiver Cisco OpenH264] *******************************************************************
ok: [localhost]
TASK [RPM Fusion - Opdater @core] ****************************************************************************
changed: [localhost]
TASK [RPM Fusion - Installer appstream data] *****************************************************************
ok: [localhost]
TASK [Multimedia - Swap ffmpeg-free til ffmpeg] **************************************************************
changed: [localhost]
TASK [Multimedia - Opdater @multimedia] **********************************************************************
ok: [localhost]
TASK [Multimedia - Intel media driver (kun Intel CPU)] *******************************************************
[WARNING]: Deprecation warnings can be disabled by setting `deprecation_warnings=False` in ansible.cfg. [WARNING]: Deprecation warnings can be disabled by setting `deprecation_warnings=False` in ansible.cfg.
[DEPRECATION WARNING]: INJECT_FACTS_AS_VARS default to `True` is deprecated, top-level facts will not be auto injected after the change. This feature will be removed from ansible-core version 2.24. [DEPRECATION WARNING]: INJECT_FACTS_AS_VARS default to `True` is deprecated, top-level facts will not be auto injected after the change. This feature will be removed from ansible-core version 2.24.
Origin: /home/glennigen/ansible/tasks/rpmfusion.yml:5:9 Origin: /home/glennigen/ansible/tasks/rpmfusion.yml:41:9
3 ansible.builtin.dnf: 39 name: intel-media-driver
4 name: 40 state: present
5 - "https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-{{ ansible_distribution_major_version }}.... 41 when: ansible_processor | join(' ') | lower is search('intel')
^ column 9 ^ column 9
Use `ansible_facts["fact_name"]` (no `ansible_` prefix) instead. Use `ansible_facts["fact_name"]` (no `ansible_` prefix) instead.
[ERROR]: Task failed: Module failed: Failed to validate GPG signatures: OpenPGP check for package "rpmfusion-free-release-44-3.noarch" (/var/cache/libdnf5/@commandline-f1fcf1ce45c07955/packages/370b29919b8fffcb-rpmfusion-free-release-44.noarch.rpm) from repo "@commandline" has failed: The repository does not have any OpenPGP keys configured. changed: [localhost]
Origin: /home/glennigen/ansible/tasks/rpmfusion.yml:2:3
TASK [DVD - rpmfusion-free-release-tainted] ******************************************************************
changed: [localhost]
TASK [DVD - libdvdcss] ***************************************************************************************
changed: [localhost]
TASK [Firmware - rpmfusion-nonfree-release-tainted] **********************************************************
changed: [localhost]
TASK [Firmware - installer nonfree firmware] *****************************************************************
ok: [localhost]
TASK [1Password - GPG nøgle] *********************************************************************************
changed: [localhost]
TASK [1Password - repo] **************************************************************************************
changed: [localhost]
TASK [Sublime Text - GPG nøgle] ******************************************************************************
changed: [localhost]
TASK [Sublime Text - repo] ***********************************************************************************
changed: [localhost]
TASK [LibreWolf - repo] **************************************************************************************
changed: [localhost]
TASK [Jottacloud - repo] *************************************************************************************
changed: [localhost]
TASK [VSCodium - repo] ***************************************************************************************
changed: [localhost]
TASK [Tailscale - repo] **************************************************************************************
changed: [localhost]
TASK [Cider - GPG nøgle] *************************************************************************************
changed: [localhost]
TASK [Cider - repo] ******************************************************************************************
changed: [localhost]
TASK [DNF - Installer pakker] ********************************************************************************
[ERROR]: Task failed: Module failed: Failed to install some of the specified packages
Origin: /home/glennigen/ansible/tasks/dnf_packages.yml:2:3
1 --- 1 ---
2 - name: RPM Fusion - Installer free og nonfree repos 2 - name: DNF - Installer pakker
^ column 3 ^ column 3
fatal: [localhost]: FAILED! => {"changed": false, "failures": [], "msg": "Failed to validate GPG signatures: OpenPGP check for package \"rpmfusion-free-release-44-3.noarch\" (/var/cache/libdnf5/@commandline-f1fcf1ce45c07955/packages/370b29919b8fffcb-rpmfusion-free-release-44.noarch.rpm) from repo \"@commandline\" has failed: The repository does not have any OpenPGP keys configured.", "rc": 1} fatal: [localhost]: FAILED! => {"changed": false, "failures": ["No package nvim available.", "No package mangojuice available."], "msg": "Failed to install some of the specified packages", "rc": 1}
PLAY RECAP *************************************************************************************************** PLAY RECAP ***************************************************************************************************
localhost : ok=1 changed=0 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0 localhost : ok=22 changed=17 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0