Explorar el Código

better state handling

master
padre
commit
1d2e001a49
Se han modificado 1 ficheros con 5 adiciones y 2 borrados
  1. +5
    -2
      tasks/main.yml

+ 5
- 2
tasks/main.yml Ver fichero

@@ -12,9 +12,12 @@

- include: fetch.yml
when:
ssh_host_key_state == 'fetched'
ssh_host_key_state == 'fetched' or
ssh_host_key_state == 'regenerated'

- include: save.yml
when:
ssh_host_key_state == 'configured' or
ssh_host_key_state == 'scanned'
ssh_host_key_state == 'scanned' or
ssh_host_key_state == 'regenerated' or
ssh_host_key_state == 'saved'

Cargando…
Cancelar
Guardar