summaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
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