1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Move more modules out of curated

pip to core because users frequently use pip to install packages to run
ansible modules.

win_chocolatey to community as it still needs some work before we'd be
ready to include it in core support.
This commit is contained in:
Toshio Kuratomi 2017-08-14 10:44:26 -07:00
parent 09cabaf702
commit 47b534d809
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ __metaclass__ = type
ANSIBLE_METADATA = {'metadata_version': '1.0',
'status': ['preview'],
'supported_by': 'curated'}
'supported_by': 'core'}
DOCUMENTATION = '''

View file

@ -23,7 +23,7 @@
ANSIBLE_METADATA = {'metadata_version': '1.0',
'status': ['preview'],
'supported_by': 'curated'}
'supported_by': 'community'}
DOCUMENTATION = r'''
---