Fix some issues of the ansible playbook
- Jan 24, 2025
-
-
A task title was copy from another role and the name of the task was incorrect. Signed-off-by:
Pablo Vigo <pvigo@collabora.com>
-
When running a check, an error occurs in the `Deploy` task because the previous download step is skipped due to the simulation mode. `Error: failed to download "jetstack/cert-manager"` 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>
f1d54bb0
-