From 350dbaf457d596ce9bdb5c38ab2be4126644e4b1 Mon Sep 17 00:00:00 2001 From: Joren Vrancken Date: Fri, 27 Jul 2018 09:15:14 +0200 Subject: [PATCH] Correct default value of always_post_validate in docstring --- lib/ansible/playbook/attribute.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/playbook/attribute.py b/lib/ansible/playbook/attribute.py index 65b33b300fe..d688b83775b 100644 --- a/lib/ansible/playbook/attribute.py +++ b/lib/ansible/playbook/attribute.py @@ -66,7 +66,7 @@ class Attribute: passed to the __init__ method of that class during post validation and the field will be an instance of that class. :kwarg always_post_validate: Controls whether a field should be post - validated or not (default: True). + validated or not (default: False). :kwarg inherit: A boolean value, which controls whether the object containing this field should attempt to inherit the value from its parent object if the local value is None.