Markus Katharina Brechtel пре 7 година
родитељ
комит
89ae9a5227
1 измењених фајлова са 8 додато и 3 уклоњено
  1. +8
    -3
      tasks/main.yml

+ 8
- 3
tasks/main.yml Прегледај датотеку

@@ -8,12 +8,17 @@


- include: setup.yml - include: setup.yml
when: when:
ssh_host_key_state == 'configured'
- ssh_host_key_state == 'configured'
- ansible_ssh_host_key_ed25519_public is defined


- include: fetch.yml - include: fetch.yml
when: when:
ssh_host_key_state == 'fetched' or
ssh_host_key_state == 'regenerated'
- ssh_host_key_state == 'configured' or
ssh_host_key_state == 'fetched' or
ssh_host_key_state == 'regenerated'
- ssh_host_key_state == 'configured'
and not ansible_ssh_host_key_ed25519_public is defined
or not ssh_host_key_state == 'configured'


- include: save.yml - include: save.yml
when: when:


Loading…
Откажи
Сачувај