You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since upgrading to version 0.23.0, prometheus.prometheus.prometheus fails to install Prometheus version 3.0.0 with the following error:
TASK [prometheus.prometheus.prometheus : Propagate official console templates] *****************************************
An exception occurred during task execution. To see the full traceback, use -vvv. The error was: If you are using a module and expect the file to exist on the remote, see the remote_src option
failed: [prometheus1] (item=console_libraries) => {"ansible_loop_var": "item", "changed": false, "item": "console_libraries", "msg": "Could not find or access '/tmp/prometheus-linux-arm64/3.0.0/console_libraries' on the Ansible Controller.\nIf you are using a module and expect the file to exist on the remote, see the remote_src option"}
An exception occurred during task execution. To see the full traceback, use -vvv. The error was: If you are using a module and expect the file to exist on the remote, see the remote_src option
failed: [prometheus1] (item=consoles) => {"ansible_loop_var": "item", "changed": false, "item": "consoles", "msg": "Could not find or access '/tmp/prometheus-linux-arm64/3.0.0/consoles' on the Ansible Controller.\nIf you are using a module and expect the file to exist on the remote, see the remote_src option"}
I've checked and the downloaded tarball is indeed missing those files. The directories are there on 2.55.1.
Works as expected installing Prometheus 2.55.1.
The text was updated successfully, but these errors were encountered:
Since upgrading to version 0.23.0,
prometheus.prometheus.prometheus
fails to install Prometheus version 3.0.0 with the following error:I've checked and the downloaded tarball is indeed missing those files. The directories are there on 2.55.1.
Works as expected installing Prometheus 2.55.1.
The text was updated successfully, but these errors were encountered: