|
|
@@ -10,12 +10,10 @@ |
|
|
|
ssh_host_key_state is defined and |
|
|
|
ssh_host_key_state == 'setup' |
|
|
|
|
|
|
|
# TODO fail when root_target_directory is not defined |
|
|
|
- include: fetch.yml |
|
|
|
when: |
|
|
|
root_target_directory is defined and ( |
|
|
|
not ssh_host_key_state is defined or |
|
|
|
ssh_host_key_state == 'fetched' ) |
|
|
|
ssh_host_key_state == 'fetched' |
|
|
|
|
|
|
|
- include: save.yml |
|
|
|
|
|
|
|