Removed exclude conditional on keys-to-console
This commit is contained in:
parent
f458a78898
commit
061a5048fe
@ -30,8 +30,6 @@ HELPER_TOOL = '/usr/lib/cloud-init/write-ssh-key-fingerprints'
|
|||||||
|
|
||||||
|
|
||||||
def handle(name, cfg, _cloud, log, _args):
|
def handle(name, cfg, _cloud, log, _args):
|
||||||
if _cloud.distro.is_excluded(name):
|
|
||||||
return
|
|
||||||
if not os.path.exists(HELPER_TOOL):
|
if not os.path.exists(HELPER_TOOL):
|
||||||
log.warn(("Unable to activate module %s,"
|
log.warn(("Unable to activate module %s,"
|
||||||
" helper tool not found at %s"), name, HELPER_TOOL)
|
" helper tool not found at %s"), name, HELPER_TOOL)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user