summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/packaging
diff options
context:
space:
mode:
authorMatt Martz <matt@sivel.net>2020-03-09 10:05:40 -0500
committerMatt Martz <matt@sivel.net>2020-03-09 10:05:40 -0500
commit886890fb8c23147a127daa3c9233ecb26f2a745c (patch)
treefdd8f2194fc487f3ecd0f985c6884f99acf20917 /lib/ansible/modules/packaging
parent96125d46a395af50197839602febf451960ae824 (diff)
downloadansible-886890fb8c23147a127daa3c9233ecb26f2a745c.tar.gz
core promotions
Diffstat (limited to 'lib/ansible/modules/packaging')
-rw-r--r--lib/ansible/modules/packaging/os/apt_repo.py2
-rw-r--r--lib/ansible/modules/packaging/os/dpkg_selections.py2
-rw-r--r--lib/ansible/modules/packaging/os/package_facts.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/ansible/modules/packaging/os/apt_repo.py b/lib/ansible/modules/packaging/os/apt_repo.py
index 2c9fd3e23d..7215006f0e 100644
--- a/lib/ansible/modules/packaging/os/apt_repo.py
+++ b/lib/ansible/modules/packaging/os/apt_repo.py
@@ -10,7 +10,7 @@ __metaclass__ = type
ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['preview'],
- 'supported_by': 'community'}
+ 'supported_by': 'core'}
DOCUMENTATION = '''
---
diff --git a/lib/ansible/modules/packaging/os/dpkg_selections.py b/lib/ansible/modules/packaging/os/dpkg_selections.py
index b6fe6ebc58..ccfb89226d 100644
--- a/lib/ansible/modules/packaging/os/dpkg_selections.py
+++ b/lib/ansible/modules/packaging/os/dpkg_selections.py
@@ -10,7 +10,7 @@ __metaclass__ = type
ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['preview'],
- 'supported_by': 'community'}
+ 'supported_by': 'core'}
DOCUMENTATION = '''
diff --git a/lib/ansible/modules/packaging/os/package_facts.py b/lib/ansible/modules/packaging/os/package_facts.py
index 7943e6554a..9dd0575f29 100644
--- a/lib/ansible/modules/packaging/os/package_facts.py
+++ b/lib/ansible/modules/packaging/os/package_facts.py
@@ -9,7 +9,7 @@ __metaclass__ = type
ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['preview'],
- 'supported_by': 'community'}
+ 'supported_by': 'core'}
DOCUMENTATION = '''
module: package_facts