From 02261b259d24376b0f2d6a30635962c1bcd8a4d7 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Tue, 25 Aug 2020 23:12:15 +0900 Subject: [PATCH] Show the proper value (0) to set unlimited pids According to podman documentation[1], 0 should be set to --pids-limit, instead of -1, to allow unlimited pids. [1] http://docs.podman.io/en/latest/markdown/podman-create.1.html Change-Id: Ica40c727d864f941cde7104f3259edf8bb05f081 (cherry picked from commit 42f32b21e3957c4447d1ea4381b547f7e0f4b8c4) --- tripleo_ansible/ansible_plugins/modules/podman_container.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tripleo_ansible/ansible_plugins/modules/podman_container.py b/tripleo_ansible/ansible_plugins/modules/podman_container.py index 37dc4460d..66d288d56 100644 --- a/tripleo_ansible/ansible_plugins/modules/podman_container.py +++ b/tripleo_ansible/ansible_plugins/modules/podman_container.py @@ -495,7 +495,7 @@ options: type: str pids_limit: description: - - Tune the container's PIDs limit. Set -1 to have unlimited PIDs for the + - Tune the container's PIDs limit. Set 0 to have unlimited PIDs for the container. type: str pod: