Procházet zdrojové kódy

reconfigure conditions fixed

master
rodič
revize
5b78429d3c
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      tasks/main.yml

+ 1
- 1
tasks/main.yml Zobrazit soubor

@@ -19,6 +19,6 @@
when:
not ssh_host_key_state is defined
or ( ssh_host_key_state == 'fetched'
and ssh_host_key_state == 'regenerated' )
or ssh_host_key_state == 'regenerated' )

- include: save.yml

Načítá se…
Zrušit
Uložit