From eb9009c4f4615a8c76763e25b837fabfe98516ed Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Wed, 22 May 2019 17:04:36 -0400 Subject: [PATCH] added missing version_added --- lib/ansible/plugins/callback/log_plays.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/plugins/callback/log_plays.py b/lib/ansible/plugins/callback/log_plays.py index eb2e7512fa..df9b3ee803 100644 --- a/lib/ansible/plugins/callback/log_plays.py +++ b/lib/ansible/plugins/callback/log_plays.py @@ -17,6 +17,7 @@ DOCUMENTATION = ''' - A writeable /var/log/ansible/hosts directory by the user executing Ansible on the controller options: log_folder: + version_added: '2.9' default: /var/log/ansible/hosts description: The folder where log files will be created. env: