From ba6bc5382dc518efc026d109105b8b2cb1811f01 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Tue, 1 Nov 2016 18:17:51 -0400 Subject: [PATCH] corrected version added --- lib/ansible/modules/cloud/docker/docker_login.py | 2 +- lib/ansible/modules/utilities/logic/wait_for.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/ansible/modules/cloud/docker/docker_login.py b/lib/ansible/modules/cloud/docker/docker_login.py index 52f5f14c2e0..bee5be46e67 100644 --- a/lib/ansible/modules/cloud/docker/docker_login.py +++ b/lib/ansible/modules/cloud/docker/docker_login.py @@ -72,7 +72,7 @@ options: - self.config_path - dockercfg_path state: - version_added: '2.2' + version_added: '2.3' description: - This controls the current state of the user. C(present) will login in a user, C(absent) will log him out. - To logout you only need the registry server, which defaults to DockerHub. diff --git a/lib/ansible/modules/utilities/logic/wait_for.py b/lib/ansible/modules/utilities/logic/wait_for.py index 1eb6a52ad35..d57d18d7b92 100644 --- a/lib/ansible/modules/utilities/logic/wait_for.py +++ b/lib/ansible/modules/utilities/logic/wait_for.py @@ -106,11 +106,11 @@ options: description: - list of hosts or IPs to ignore when looking for active TCP connections for C(drained) state sleep: - version_added: "2.1" + version_added: "2.3" required: false default: 1 description: - - Number of seconds to sleep between checks, before 2.1 this was hardcoded to 1 second. + - Number of seconds to sleep between checks, before 2.3 this was hardcoded to 1 second. notes: - The ability to use search_regex with a port connection was added in 1.7. requirements: []