mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Bumping binary modules functionality to 2.2
This commit is contained in:
parent
c22c1b4785
commit
a4d2238e50
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ This should return something like::
|
||||||
Binary Modules Input
|
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
|
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::
|
would resemble something similar to::
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue