summaryrefslogtreecommitdiff
path: root/commands
diff options
context:
space:
mode:
Diffstat (limited to 'commands')
-rw-r--r--commands/command.py4
-rw-r--r--commands/raw.py4
-rw-r--r--commands/script.py4
-rw-r--r--commands/shell.py4
4 files changed, 16 insertions, 0 deletions
diff --git a/commands/command.py b/commands/command.py
index 6c75d3f0..9b8afe3e 100644
--- a/commands/command.py
+++ b/commands/command.py
@@ -19,6 +19,10 @@
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
+ANSIBLE_METADATA = {'status': ['stableinterface'],
+ 'supported_by': 'core',
+ 'version': '1.0'}
+
DOCUMENTATION = '''
---
module: command
diff --git a/commands/raw.py b/commands/raw.py
index 36c3b38f..3d6f3156 100644
--- a/commands/raw.py
+++ b/commands/raw.py
@@ -15,6 +15,10 @@
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
+ANSIBLE_METADATA = {'status': ['stableinterface'],
+ 'supported_by': 'core',
+ 'version': '1.0'}
+
DOCUMENTATION = '''
---
module: raw
diff --git a/commands/script.py b/commands/script.py
index be8d9a1b..47a65714 100644
--- a/commands/script.py
+++ b/commands/script.py
@@ -13,6 +13,10 @@
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
+ANSIBLE_METADATA = {'status': ['stableinterface'],
+ 'supported_by': 'core',
+ 'version': '1.0'}
+
DOCUMENTATION = """
---
module: script
diff --git a/commands/shell.py b/commands/shell.py
index ca17ddda..93d187b8 100644
--- a/commands/shell.py
+++ b/commands/shell.py
@@ -17,6 +17,10 @@
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
+ANSIBLE_METADATA = {'status': ['stableinterface'],
+ 'supported_by': 'core',
+ 'version': '1.0'}
+
DOCUMENTATION = '''
---
module: shell