summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/files/tempfile.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ansible/modules/files/tempfile.py')
-rw-r--r--lib/ansible/modules/files/tempfile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/modules/files/tempfile.py b/lib/ansible/modules/files/tempfile.py
index 987ed5e69e..17d459aa29 100644
--- a/lib/ansible/modules/files/tempfile.py
+++ b/lib/ansible/modules/files/tempfile.py
@@ -10,7 +10,7 @@ __metaclass__ = type
ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['preview'],
- 'supported_by': 'community'}
+ 'supported_by': 'core'}
DOCUMENTATION = '''
---