diff --git a/_pillar/known_hosts_salt_ssh.sls b/_pillar/known_hosts_salt_ssh.sls index dcf60a5..3dac585 100644 --- a/_pillar/known_hosts_salt_ssh.sls +++ b/_pillar/known_hosts_salt_ssh.sls @@ -102,6 +102,7 @@ def host_keys(minion_id): return '' def run(): + cache = {} # clear the cache config = { 'public_ssh_host_keys': {}, 'public_ssh_host_names': {}