From 44bef1dc6b50a3a4abf251beb81e7ffd5b65ddde Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Wed, 28 Jun 2017 15:11:35 -0400 Subject: [PATCH] corrected supported_by key --- lib/ansible/modules/files/iso_extract.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/files/iso_extract.py b/lib/ansible/modules/files/iso_extract.py index 9d214e5de9..2a867553be 100644 --- a/lib/ansible/modules/files/iso_extract.py +++ b/lib/ansible/modules/files/iso_extract.py @@ -21,7 +21,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.0', 'status': ['preview'], - 'supported_by': 'core'} + 'supported_by': 'community'} DOCUMENTATION = r'''