diff --git a/lib/ansible/modules/rpm_key.py b/lib/ansible/modules/rpm_key.py index 1246ca5f626..3a93d56e204 100644 --- a/lib/ansible/modules/rpm_key.py +++ b/lib/ansible/modules/rpm_key.py @@ -8,7 +8,6 @@ from __future__ import annotations - DOCUMENTATION = ''' --- module: rpm_key