From 95c16f9ba0cb90011f79343d4f29158b90aea248 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Tue, 3 May 2022 12:42:34 -0400 Subject: [PATCH] fix inmem-test.yml --- inmem-test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/inmem-test.yml b/inmem-test.yml index 88e32c7..3a8eead 100644 --- a/inmem-test.yml +++ b/inmem-test.yml @@ -1,6 +1,6 @@ --- - name: Run a series of tasks, with exception handling, on a given host - hosts: localhost + hosts: all gather_facts: no become: no @@ -19,6 +19,7 @@ name : "{{ provision_host }}" groups : - remdiation + delegate_to: localhost # =========================================================================== #