Merge "Add missing pid mode check for Prometheus"

This commit is contained in:
Zuul 2018-11-12 14:14:00 +00:00 committed by Gerrit Code Review
commit d43aa867b5
1 changed files with 1 additions and 0 deletions

View File

@ -107,6 +107,7 @@
common_options: "{{ docker_common_options }}"
name: "{{ item.value.container_name }}"
image: "{{ item.value.image }}"
pid_mode: "{{ item.value.pid_mode|default('') }}"
volumes: "{{ item.value.volumes }}"
dimensions: "{{ item.value.dimensions }}"
register: check_prometheus_containers