88 lines
4.9 KiB
Plaintext
88 lines
4.9 KiB
Plaintext
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] **********************************************************
|
||
ok: [localhost]
|
||
|
||
TASK [RPM Fusion - Aktiver Cisco OpenH264] *******************************************************************
|
||
ok: [localhost]
|
||
|
||
TASK [RPM Fusion - Opdater @core] ****************************************************************************
|
||
ok: [localhost]
|
||
|
||
TASK [RPM Fusion - Installer appstream data] *****************************************************************
|
||
ok: [localhost]
|
||
|
||
TASK [Multimedia - Swap ffmpeg-free til ffmpeg] **************************************************************
|
||
ok: [localhost]
|
||
|
||
TASK [Multimedia - Opdater @multimedia] **********************************************************************
|
||
ok: [localhost]
|
||
|
||
TASK [Multimedia - Intel media driver (kun Intel CPU)] *******************************************************
|
||
ok: [localhost]
|
||
|
||
TASK [DVD - rpmfusion-free-release-tainted] ******************************************************************
|
||
ok: [localhost]
|
||
|
||
TASK [DVD - libdvdcss] ***************************************************************************************
|
||
ok: [localhost]
|
||
|
||
TASK [Firmware - rpmfusion-nonfree-release-tainted] **********************************************************
|
||
ok: [localhost]
|
||
|
||
TASK [Firmware - installer nonfree firmware] *****************************************************************
|
||
ok: [localhost]
|
||
|
||
TASK [1Password - GPG nøgle] *********************************************************************************
|
||
ok: [localhost]
|
||
|
||
TASK [1Password - repo] **************************************************************************************
|
||
ok: [localhost]
|
||
|
||
TASK [Sublime Text - GPG nøgle] ******************************************************************************
|
||
ok: [localhost]
|
||
|
||
TASK [Sublime Text - repo] ***********************************************************************************
|
||
ok: [localhost]
|
||
|
||
TASK [LibreWolf - repo] **************************************************************************************
|
||
ok: [localhost]
|
||
|
||
TASK [Jottacloud - repo] *************************************************************************************
|
||
ok: [localhost]
|
||
|
||
TASK [VSCodium - repo] ***************************************************************************************
|
||
ok: [localhost]
|
||
|
||
TASK [Tailscale - repo] **************************************************************************************
|
||
ok: [localhost]
|
||
|
||
TASK [Cider - GPG nøgle] *************************************************************************************
|
||
ok: [localhost]
|
||
|
||
TASK [Cider - repo] ******************************************************************************************
|
||
ok: [localhost]
|
||
|
||
TASK [DNF - Installer pakker] ********************************************************************************
|
||
changed: [localhost]
|
||
|
||
TASK [Flatpak - Installer pakker] ****************************************************************************
|
||
[ERROR]: Task failed: Module failed: F: An error was encountered searching remote ‘fedora’ for ‘flathub’: 'flathub' is not a valid name: Names must contain at least 2 periods
|
||
error: No remote refs found for ‘flathub’
|
||
Origin: /home/glennigen/ansible/tasks/flatpak_packages.yml:2:3
|
||
|
||
1 ---
|
||
2 - name: Flatpak - Installer pakker
|
||
^ column 3
|
||
|
||
fatal: [localhost]: FAILED! => {"changed": false, "cmd": "/usr/sbin/flatpak install --system --noninteractive flathub com.discordapp.Discord io.github.Faugus.faugus-launcher com.adamcake.Bolt com.notesnook.Notesnook com.saivert.pwvucontrol com.github.tchx84.Flatseal org.kde.kdenlive it.mijorus.gearlever com.github.Matoking.protontricks com.vysp3r.ProtonPlus org.musicbrainz.Picard io.github.lullabyX.sone io.github.radiolamp.mangojuice", "msg": "F: An error was encountered searching remote ‘fedora’ for ‘flathub’: 'flathub' is not a valid name: Names must contain at least 2 periods\nerror: No remote refs found for ‘flathub’", "rc": 1, "stderr": "F: An error was encountered searching remote ‘fedora’ for ‘flathub’: 'flathub' is not a valid name: Names must contain at least 2 periods\nerror: No remote refs found for ‘flathub’\n", "stderr_lines": ["F: An error was encountered searching remote ‘fedora’ for ‘flathub’: 'flathub' is not a valid name: Names must contain at least 2 periods", "error: No remote refs found for ‘flathub’"], "stdout": "", "stdout_lines": []}
|
||
|
||
PLAY RECAP ***************************************************************************************************
|
||
localhost : ok=23 changed=1 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0 |