summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/system/parted.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ansible/modules/system/parted.py')
-rwxr-xr-xlib/ansible/modules/system/parted.py9
1 files changed, 4 insertions, 5 deletions
diff --git a/lib/ansible/modules/system/parted.py b/lib/ansible/modules/system/parted.py
index 4f8bf12f73..af9c80f7eb 100755
--- a/lib/ansible/modules/system/parted.py
+++ b/lib/ansible/modules/system/parted.py
@@ -18,11 +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': 'committer',
- 'version': '1.0'
-}
+ANSIBLE_METADATA = {'metadata_version': '1.0',
+ 'status': ['preview'],
+ 'supported_by': 'curated'}
+
DOCUMENTATION = '''
---