changed
|
|
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
|
|
end
|
2023-10-29 09:41:24.345708
|
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
|
|
start
|
2023-10-29 09:41:18.353139
|
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 2362 0 --:--:-- --:--:-- --:--:-- 2364
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 2362 0 --:--:-- --:--:-- --:--:-- 2364",
"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:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease
Get:5 https://download.opensuse.org/repositories/home:/kubeinit/xUbuntu_22.04 InRelease [1,531 B]
Hit:6 http://security.ubuntu.com/ubuntu jammy-security InRelease
Get:7 https://download.opensuse.org/repositories/home:/kubeinit/xUbuntu_22.04 Packages [8,749 B]
Get:4 https://packages.cloud.google.com/apt kubernetes-xenial InRelease [8,993 B]
Ign:4 https://packages.cloud.google.com/apt kubernetes-xenial InRelease
Fetched 19.3 kB in 2s (11.2 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:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease",
"Get:5 https://download.opensuse.org/repositories/home:/kubeinit/xUbuntu_22.04 InRelease [1,531 B]",
"Hit:6 http://security.ubuntu.com/ubuntu jammy-security InRelease",
"Get:7 https://download.opensuse.org/repositories/home:/kubeinit/xUbuntu_22.04 Packages [8,749 B]",
"Get:4 https://packages.cloud.google.com/apt kubernetes-xenial InRelease [8,993 B]",
"Ign:4 https://packages.cloud.google.com/apt kubernetes-xenial InRelease",
"Fetched 19.3 kB in 2s (11.2 kB/s)",
"Reading package lists..."
]
|