From a4d2238e502a5d0d8b7d31f80198c21859a44212 Mon Sep 17 00:00:00 2001 From: Matt Martz Date: Tue, 12 Apr 2016 15:02:29 -0500 Subject: [PATCH] Bumping binary modules functionality to 2.2 --- docsite/rst/developing_modules.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/developing_modules.rst b/docsite/rst/developing_modules.rst index c50536d8e5..f1f5d4a2a2 100644 --- a/docsite/rst/developing_modules.rst +++ b/docsite/rst/developing_modules.rst @@ -209,7 +209,7 @@ This should return something like:: Binary Modules Input ~~~~~~~~~~~~~~~~~~~~ -Support for binary modules was added in Ansible 2.1. When Ansible detects a binary module, it will proceed to +Support for binary modules was added in Ansible 2.2. When Ansible detects a binary module, it will proceed to supply the argument input as a file on ``argv[1]`` that is formatted as JSON. The JSON contents of that file would resemble something similar to::