From a601f2c6a341f7b4026fea5f60ddc67f3e6d02dc Mon Sep 17 00:00:00 2001 From: Eric Lavarde Date: Tue, 3 Jan 2017 10:30:13 +0100 Subject: [PATCH] Add warning to raw and script modules that there is no actual free_form parameter (like for command etc). --- lib/ansible/modules/commands/raw.py | 2 +- lib/ansible/modules/commands/script.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/commands/raw.py b/lib/ansible/modules/commands/raw.py index 3d6f315624e..a6ae0f8366a 100644 --- a/lib/ansible/modules/commands/raw.py +++ b/lib/ansible/modules/commands/raw.py @@ -27,7 +27,7 @@ version_added: historical options: free_form: description: - - the raw module takes a free form command to run + - the raw module takes a free form command to run. There is no parameter actually named 'free form'; see the examples! required: true executable: description: diff --git a/lib/ansible/modules/commands/script.py b/lib/ansible/modules/commands/script.py index 47a6571455f..16d09a59342 100644 --- a/lib/ansible/modules/commands/script.py +++ b/lib/ansible/modules/commands/script.py @@ -32,7 +32,7 @@ description: options: free_form: description: - - path to the local script file followed by optional arguments. + - path to the local script file followed by optional arguments. There is no parameter actually named 'free form'; see the examples! required: true default: null aliases: []