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: []