You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
337B

  1. ---
  2. - include: scan.yml
  3. when:
  4. ssh_host_key_state is defined and
  5. ssh_host_key_state == 'scanned'
  6. - include: setup.yml
  7. when:
  8. ssh_host_key_state is defined
  9. and ssh_host_key_state == 'setup'
  10. - include: fetch.yml
  11. when:
  12. not ssh_host_key_state is defined or
  13. ssh_host_key_state == 'fetched'
  14. - include: save.yml