From 9368950a211788a9250468db035bed0a303d25cb Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 7 Nov 2017 18:43:17 +0000 Subject: [PATCH] perhaps this needs to import in order to find the handler correctly --- tasks/persistent_cloud.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/persistent_cloud.yml b/tasks/persistent_cloud.yml index 110e86ef8b..6411c4e44b 100644 --- a/tasks/persistent_cloud.yml +++ b/tasks/persistent_cloud.yml @@ -104,4 +104,4 @@ # ignore_errors: True # - name: Include SSH config - include_role: name=basessh + import_role: name=basessh