From 5b78429d3ce85b461341cde7dc6663321b2a7184 Mon Sep 17 00:00:00 2001 From: Markus Katharina Brechtel Date: Wed, 13 Sep 2017 20:28:50 +0000 Subject: [PATCH] reconfigure conditions fixed --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 6ba02bd..3db38c2 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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