mirror of
https://github.com/ansible/awx.git
synced 2026-05-12 03:47:36 -02:30
change license uploading to parse RHSM manifests
Co-authored-by: Christian Adams <chadams@redhat.com>
This commit is contained in:
@@ -6,7 +6,7 @@ __all__ = ['get_license']
|
||||
|
||||
def _get_validated_license_data():
|
||||
from awx.main.utils.licensing import Licenser
|
||||
return Licenser().validate(new_cert=False)
|
||||
return Licenser().validate()
|
||||
|
||||
|
||||
def get_license():
|
||||
|
||||
Reference in New Issue
Block a user