Fix some issues of the ansible playbook
Different issues were detected while doing tests, one was a simple title
error, but another was when running a check, an error occurred in the
Deploy
task because the previous download step is skipped due to the
simulation mode.
By adding the option check_mode: no
, the chart download is forced,
allowing it to be evaluated afterward.
Added in cert-manager, metrics-server & vector ansible roles.
Signed-off-by: Pablo Vigo pvigo@collabora.com