|
|
@@ -21,6 +21,13 @@ |
|
|
|
or not ssh_host_key_state == 'configured' |
|
|
|
|
|
|
|
- include: save.yml |
|
|
|
when: |
|
|
|
ssh_host_key_state == 'configured' or |
|
|
|
ssh_host_key_state == 'scanned' or |
|
|
|
ssh_host_key_state == 'regenerated' or |
|
|
|
ssh_host_key_state == 'fetched' |
|
|
|
|
|
|
|
- include: file.yml |
|
|
|
when: |
|
|
|
ssh_host_key_state == 'configured' or |
|
|
|
ssh_host_key_state == 'scanned' or |
|
|
|