mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
Remove license_key check & fix docker-compose make command
This commit is contained in:
committed by
Ryan Petrello
parent
0ddf47740c
commit
67000f0ce9
@@ -14,7 +14,6 @@ class Config(base.Base):
|
||||
@property
|
||||
def is_valid_license(self):
|
||||
return self.license_info.get('valid_key', False) and \
|
||||
'license_key' in self.license_info and \
|
||||
'instance_count' in self.license_info
|
||||
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user