summaryrefslogtreecommitdiff
path: root/source_control
diff options
context:
space:
mode:
Diffstat (limited to 'source_control')
-rw-r--r--source_control/bzr.py4
-rw-r--r--source_control/git_config.py4
-rw-r--r--source_control/github_hooks.py4
-rw-r--r--source_control/github_key.py4
-rw-r--r--source_control/github_release.py4
-rw-r--r--source_control/gitlab_group.py4
-rw-r--r--source_control/gitlab_project.py4
-rw-r--r--source_control/gitlab_user.py4
8 files changed, 32 insertions, 0 deletions
diff --git a/source_control/bzr.py b/source_control/bzr.py
index 961c715d..f66c00ab 100644
--- a/source_control/bzr.py
+++ b/source_control/bzr.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': ['preview'],
+ 'supported_by': 'community',
+ 'version': '1.0'}
+
DOCUMENTATION = u'''
---
module: bzr
diff --git a/source_control/git_config.py b/source_control/git_config.py
index 7ce01cd9..16f2457d 100644
--- a/source_control/git_config.py
+++ b/source_control/git_config.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': ['preview'],
+ 'supported_by': 'community',
+ 'version': '1.0'}
+
DOCUMENTATION = '''
---
module: git_config
diff --git a/source_control/github_hooks.py b/source_control/github_hooks.py
index 0430b440..ce76b503 100644
--- a/source_control/github_hooks.py
+++ b/source_control/github_hooks.py
@@ -29,6 +29,10 @@ except ImportError:
import base64
+ANSIBLE_METADATA = {'status': ['preview'],
+ 'supported_by': 'community',
+ 'version': '1.0'}
+
DOCUMENTATION = '''
---
module: github_hooks
diff --git a/source_control/github_key.py b/source_control/github_key.py
index c2728562..cc54734e 100644
--- a/source_control/github_key.py
+++ b/source_control/github_key.py
@@ -14,6 +14,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': ['preview'],
+ 'supported_by': 'community',
+ 'version': '1.0'}
+
DOCUMENTATION = '''
module: github_key
short_description: Manage GitHub access keys.
diff --git a/source_control/github_release.py b/source_control/github_release.py
index daeb005e..ac59e6b6 100644
--- a/source_control/github_release.py
+++ b/source_control/github_release.py
@@ -17,6 +17,10 @@
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
+ANSIBLE_METADATA = {'status': ['preview'],
+ 'supported_by': 'community',
+ 'version': '1.0'}
+
DOCUMENTATION = '''
---
module: github_release
diff --git a/source_control/gitlab_group.py b/source_control/gitlab_group.py
index a5fa98d1..4c133028 100644
--- a/source_control/gitlab_group.py
+++ b/source_control/gitlab_group.py
@@ -16,6 +16,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': ['preview'],
+ 'supported_by': 'community',
+ 'version': '1.0'}
+
DOCUMENTATION = '''
---
module: gitlab_group
diff --git a/source_control/gitlab_project.py b/source_control/gitlab_project.py
index da215891..94852afa 100644
--- a/source_control/gitlab_project.py
+++ b/source_control/gitlab_project.py
@@ -16,6 +16,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': ['preview'],
+ 'supported_by': 'community',
+ 'version': '1.0'}
+
DOCUMENTATION = '''
---
module: gitlab_project
diff --git a/source_control/gitlab_user.py b/source_control/gitlab_user.py
index 826b9f6f..e289d70e 100644
--- a/source_control/gitlab_user.py
+++ b/source_control/gitlab_user.py
@@ -16,6 +16,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': ['preview'],
+ 'supported_by': 'community',
+ 'version': '1.0'}
+
DOCUMENTATION = '''
---
module: gitlab_user