Playbook #1

/root/kubeinit/ci/builds/6mbKNrxD/0/kubeinit/kubeinit/kubeinit-aux/kubeinit/playbook.yml

Report Status CLI Date Duration Controller User Versions Hosts Plays Tasks Results Files Records
29 Oct 2023 00:03:04 +0000 00:13:18.30 nyctea root Ansible 2.15.2 ara 1.6.1 (client), 1.6.1 (server) Python 3.11.4 6 6 845 845 49 1

Task result details

Field Value
changed
True
cmd
set -eo pipefail
version_id=$(sed -n -e 's/^VERSION_ID="\(.*\)"/\1/p' /etc/os-release)
echo "deb https://download.opensuse.org/repositories/home:/kubeinit/xUbuntu_${version_id}/ /" > /etc/apt/sources.list.d/kubeinit.list
curl -L "https://download.opensuse.org/repositories/home:/kubeinit/xUbuntu_${version_id}/Release.key" | apt-key add -
apt-get update
delta
0:00:06.018453
end
2023-10-29 00:15:07.679886
invocation
{
    "module_args": {
        "_raw_params": "set -eo pipefail\nversion_id=$(sed -n -e 's/^VERSION_ID=\"\\(.*\\)\"/\\1/p' /etc/os-release)\necho \"deb https://download.opensuse.org/repositories/home:/kubeinit/xUbuntu_${version_id}/ /\" > /etc/apt/sources.list.d/kubeinit.list\ncurl -L \"https://download.opensuse.org/repositories/home:/kubeinit/xUbuntu_${version_id}/Release.key\" | apt-key add -\napt-get update\n",
        "_uses_shell": true,
        "argv": null,
        "chdir": null,
        "creates": null,
        "executable": "/bin/bash",
        "removes": null,
        "stdin": null,
        "stdin_add_newline": true,
        "strip_empty_ends": true
    }
}
msg

rc
0
start
2023-10-29 00:15:01.661433
stderr
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).

100  1102  100  1102    0     0   2292      0 --:--:-- --:--:-- --:--:--  2295
W: https://download.opensuse.org/repositories/home:/kubeinit/xUbuntu_22.04/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
W: GPG error: https://packages.cloud.google.com/apt kubernetes-xenial InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY B53DC80D13EDEF05
stderr_lines
[
    "  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current",
    "                                 Dload  Upload   Total   Spent    Left  Speed",
    "",
    "  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).",
    "",
    "100  1102  100  1102    0     0   2292      0 --:--:-- --:--:-- --:--:--  2295",
    "W: https://download.opensuse.org/repositories/home:/kubeinit/xUbuntu_22.04/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.",
    "W: GPG error: https://packages.cloud.google.com/apt kubernetes-xenial InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY B53DC80D13EDEF05"
]
stdout
OK
Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease
Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease
Hit:5 http://security.ubuntu.com/ubuntu jammy-security InRelease
Get:6 https://download.opensuse.org/repositories/home:/kubeinit/xUbuntu_22.04  InRelease [1,531 B]
Get:3 https://packages.cloud.google.com/apt kubernetes-xenial InRelease [8,993 B]
Get:7 https://download.opensuse.org/repositories/home:/kubeinit/xUbuntu_22.04  Packages [8,749 B]
Ign:3 https://packages.cloud.google.com/apt kubernetes-xenial InRelease
Fetched 19.3 kB in 2s (10.8 kB/s)
Reading package lists...
stdout_lines
[
    "OK",
    "Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease",
    "Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease",
    "Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease",
    "Hit:5 http://security.ubuntu.com/ubuntu jammy-security InRelease",
    "Get:6 https://download.opensuse.org/repositories/home:/kubeinit/xUbuntu_22.04  InRelease [1,531 B]",
    "Get:3 https://packages.cloud.google.com/apt kubernetes-xenial InRelease [8,993 B]",
    "Get:7 https://download.opensuse.org/repositories/home:/kubeinit/xUbuntu_22.04  Packages [8,749 B]",
    "Ign:3 https://packages.cloud.google.com/apt kubernetes-xenial InRelease",
    "Fetched 19.3 kB in 2s (10.8 kB/s)",
    "Reading package lists..."
]