Browse Source

reconfigure conditions fixed

master
parent
commit
5b78429d3c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tasks/main.yml

+ 1
- 1
tasks/main.yml View File

@@ -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

Loading…
Cancel
Save