summaryrefslogtreecommitdiff
path: root/commands
diff options
context:
space:
mode:
authorMichael DeHaan <michael@ansibleworks.com>2013-11-27 21:19:32 -0500
committerMichael DeHaan <michael@ansibleworks.com>2013-11-27 21:19:32 -0500
commit9e4d71203d666be89776510a856ae56bc551f788 (patch)
tree62129a2bc575fb18d4b9f93c98ce3fc75b3ac02f /commands
parenta1f1f459d8687a3830072dd28e12cfbf57d38263 (diff)
downloadansible-modules-core-9e4d71203d666be89776510a856ae56bc551f788.tar.gz
No longer need to reference 'version_added' in docs for these, as this was quite a while ago.
Diffstat (limited to 'commands')
-rw-r--r--commands/command1
-rw-r--r--commands/shell2
2 files changed, 1 insertions, 2 deletions
diff --git a/commands/command b/commands/command
index 707ec325..a90e4ef0 100644
--- a/commands/command
+++ b/commands/command
@@ -56,7 +56,6 @@ options:
chdir:
description:
- cd into this directory before running the command
- version_added: "0.6"
required: false
default: null
executable:
diff --git a/commands/shell b/commands/shell
index 5b3969a1..2fb54549 100644
--- a/commands/shell
+++ b/commands/shell
@@ -10,7 +10,7 @@ description:
- The shell module takes the command name followed by a list of arguments,
space delimited. It is almost exactly like the M(command) module but runs
the command through a shell (C(/bin/sh)) on the remote node.
-version_added: "0.2"
+version_added: historical
options:
(free form):
description: