Add missing pid mode check for Prometheus
Trivial-Fix Change-Id: Iea123c32981309698bd644229dc1525fa671a487
This commit is contained in:
parent
5868bb2a78
commit
9d8a5a1a8c
@ -107,6 +107,7 @@
|
|||||||
common_options: "{{ docker_common_options }}"
|
common_options: "{{ docker_common_options }}"
|
||||||
name: "{{ item.value.container_name }}"
|
name: "{{ item.value.container_name }}"
|
||||||
image: "{{ item.value.image }}"
|
image: "{{ item.value.image }}"
|
||||||
|
pid_mode: "{{ item.value.pid_mode|default('') }}"
|
||||||
volumes: "{{ item.value.volumes }}"
|
volumes: "{{ item.value.volumes }}"
|
||||||
dimensions: "{{ item.value.dimensions }}"
|
dimensions: "{{ item.value.dimensions }}"
|
||||||
register: check_prometheus_containers
|
register: check_prometheus_containers
|
||||||
|
Loading…
Reference in New Issue
Block a user