mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 11:20:39 -03:30
Fix bug, sign work based signing, not verification
This commit is contained in:
parent
adbcb5c5e4
commit
f88b993b18
@ -63,7 +63,7 @@ def read_receptor_config():
|
||||
|
||||
def work_signing_enabled(config_data):
|
||||
for section in config_data:
|
||||
if 'work-verification' in section:
|
||||
if 'work-signing' in section:
|
||||
return True
|
||||
return False
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user