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 # =========================================================================== #