Fix prune all unused images. Use sensors-polling production HTTP port

This commit is contained in:
yohan 2024-06-09 11:04:41 +02:00
parent 008953463f
commit 00bd6f1443
3 changed files with 5 additions and 3 deletions

View File

@ -43,5 +43,6 @@
- name: Prune images - name: Prune images
containers.podman.podman_prune: containers.podman.podman_prune:
image: true image: true
dangling_only: false image_filters:
dangling_only: false
become: true become: true

View File

@ -51,5 +51,6 @@
- name: Prune images - name: Prune images
containers.podman.podman_prune: containers.podman.podman_prune:
image: true image: true
dangling_only: false image_filters:
dangling_only: false
become: true become: true

View File

@ -1,4 +1,4 @@
http_port: 3001 http_port: 3000
# The output of the command must be a JSON dict with metrics name as keys and metrics value as value. # The output of the command must be a JSON dict with metrics name as keys and metrics value as value.
polling_conf: polling_conf: