diff --git a/log.log b/log.log new file mode 100644 index 0000000..0ac14eb --- /dev/null +++ b/log.log @@ -0,0 +1,32 @@ +ansible-playbook -K site.yml +BECOME password: +[WARNING]: provided hosts list is empty, only localhost is available. Note that the implicit localhost does not match 'all' + +PLAY [Fedora KDE Setup] ************************************************************************************** + +TASK [Gathering Facts] *************************************************************************************** +ok: [localhost] + +TASK [RPM Fusion - Installer free og nonfree repos] ********************************************************** +[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. +Origin: /home/glennigen/ansible/tasks/rpmfusion.yml:5:9 + +3 ansible.builtin.dnf: +4 name: +5 - "https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-{{ ansible_distribution_major_version }}.... + ^ column 9 + +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. +Origin: /home/glennigen/ansible/tasks/rpmfusion.yml:2:3 + +1 --- +2 - name: RPM Fusion - Installer free og nonfree repos + ^ 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} + +PLAY RECAP *************************************************************************************************** +localhost : ok=1 changed=0 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0