From 2d0bf44cdccd186408cbb9cf604c8dac63c34c31 Mon Sep 17 00:00:00 2001 From: Matt Willsher Date: Sun, 29 Mar 2020 14:19:41 +0100 Subject: [PATCH] Revert "End_host for unsupported hosts" --- tasks/install.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/install.yml b/tasks/install.yml index 38c37ee..9a37548 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -1,8 +1,8 @@ --- - name: OS is supported - meta: end_host - when: not __sshd_os_supported|bool + assert: + that: __sshd_os_supported|bool - name: Install ssh packages package: