From 6a309ee6abf94d049ad202b22bca572b6317c369 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Tue, 19 Apr 2016 17:45:36 -0400 Subject: [PATCH] added missing version_added --- lib/ansible/modules/web_infrastructure/apache2_module.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/modules/web_infrastructure/apache2_module.py b/lib/ansible/modules/web_infrastructure/apache2_module.py index 7616c6f88b3..9364ee06b47 100644 --- a/lib/ansible/modules/web_infrastructure/apache2_module.py +++ b/lib/ansible/modules/web_infrastructure/apache2_module.py @@ -35,6 +35,7 @@ options: required: false choices: ['yes', 'no'] default: no + version_added: "2.1" state: description: - indicate the desired state of the resource