Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request #97 from geerlingguy/96-sanity-deprecated
Browse files Browse the repository at this point in the history
Fixes #96: Sanity test finds incorrect deprecated usage.
  • Loading branch information
geerlingguy authored May 14, 2020
2 parents 4e40ac3 + 3e60cca commit 600fa44
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plugins/modules/k8s_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,6 @@ def __init__(self, *args, **kwargs):
KubernetesAnsibleModule.__init__(self, *args,
supports_check_mode=True,
**kwargs)
if self._name == 'k8s_facts':
self.deprecate("The 'k8s_facts' module has been renamed to 'k8s_info'", version='2.13')

def execute_module(self):
self.client = self.get_api_client()
Expand Down

0 comments on commit 600fa44

Please sign in to comment.