summaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2016-12-06 02:35:25 -0800
committerToshio Kuratomi <a.badger@gmail.com>2016-12-06 07:02:56 -0800
commit6c7d63b15c77126b4d6a8a7668545555578469c5 (patch)
treecd1586d5342249214c7c565ff21ee51c0c46f051 /files
parentca3eb7c89082682ff366546577c3db36945bf5ed (diff)
downloadansible-modules-extras-6c7d63b15c77126b4d6a8a7668545555578469c5.tar.gz
Refreshed metadata for extras modules
Diffstat (limited to 'files')
-rw-r--r--files/archive.py4
-rwxr-xr-xfiles/blockinfile.py4
-rw-r--r--files/patch.py4
-rw-r--r--files/tempfile.py4
4 files changed, 16 insertions, 0 deletions
diff --git a/files/archive.py b/files/archive.py
index 7d27fb3e..93ddbe76 100644
--- a/files/archive.py
+++ b/files/archive.py
@@ -25,6 +25,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: archive
diff --git a/files/blockinfile.py b/files/blockinfile.py
index 72bd33e1..ec85c078 100755
--- a/files/blockinfile.py
+++ b/files/blockinfile.py
@@ -18,6 +18,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': 'core',
+ 'version': '1.0'}
+
DOCUMENTATION = """
---
module: blockinfile
diff --git a/files/patch.py b/files/patch.py
index 8b62c519..c5aecf4e 100644
--- a/files/patch.py
+++ b/files/patch.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': 'community',
+ 'version': '1.0'}
+
DOCUMENTATION = '''
---
module: patch
diff --git a/files/tempfile.py b/files/tempfile.py
index 35969141..021c88db 100644
--- a/files/tempfile.py
+++ b/files/tempfile.py
@@ -18,6 +18,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: tempfile