c12s-kubespray/roles
Kenichi Omichi c005c90746
Remove unnecessary failed_when (#7120)
TASK [Generate a list of information about the images on a node]
registers list of container images to docker_images.
Then the next TASK [Set pull_required if the desired image is not
yet loaded] does based on expecting images are registered.
However sometimes the first TASK was failed as [1] but the failure
is ignored due to failed_when:false and it makes another issue.
This removes this unnecessary failed_when to detect the failure
at the point.
In addition, this removes no_log:true also because the output doesn't
contain any sensitive data and now it just makes debugging difficult.

[1]: https://gitlab.com/kargo-ci/kubernetes-sigs-kubespray/-/jobs/934714534#L2953
2021-01-11 08:49:10 -08:00
..
adduser Fix nologin wrong path (#6272) 2020-06-16 02:30:04 -07:00
bastion-ssh-config Use connection: local when delegate_to: localhost (#6322) 2020-06-25 08:14:38 -07:00
bootstrap-os Only setup *_PROXY env variables where needed (#7095) 2021-01-11 07:21:08 -08:00
container-engine Only setup *_PROXY env variables where needed (#7095) 2021-01-11 07:21:08 -08:00
download Remove unnecessary failed_when (#7120) 2021-01-11 08:49:10 -08:00
etcd etcd: Fix permissions of /etc/ssl/etcd/ssl (#6908) 2020-12-09 00:48:49 -08:00
etcdctl Fix crictl paths and some of docker paths (#6961) 2020-11-28 08:30:47 -08:00
kubernetes Add ping_access_ip; allows to disable ping test (#7020) 2021-01-11 06:15:08 -08:00
kubernetes-apps Fix markdownlint failures under ./roles/ (#7089) 2020-12-30 05:07:49 -08:00
kubespray-defaults Only setup *_PROXY env variables where needed (#7095) 2021-01-11 07:21:08 -08:00
network_plugin calico: fix warnings (#7121) 2021-01-08 16:01:05 -08:00
recover_control_plane Fix ansible-lint E305 (#6459) 2020-07-28 01:39:08 -07:00
remove-node [fix] change result conditions (#6973) 2020-12-30 07:15:49 -08:00
reset Improve reset.yml (#7094) 2021-01-05 07:09:59 -08:00
upgrade Edited pre-upgrade task to uncordon a node failing to drain (#6546) 2020-08-20 04:25:36 -07:00
win_nodes/kubernetes_patch Remove workaround with kube_proxy_remove (#6512) 2020-09-17 04:30:45 -07:00