fix inmem-test.yml

This commit is contained in:
2022-05-03 12:42:34 -04:00
parent 57b16e1a92
commit 95c16f9ba0

View File

@ -1,6 +1,6 @@
--- ---
- name: Run a series of tasks, with exception handling, on a given host - name: Run a series of tasks, with exception handling, on a given host
hosts: localhost hosts: all
gather_facts: no gather_facts: no
become: no become: no
@ -19,6 +19,7 @@
name : "{{ provision_host }}" name : "{{ provision_host }}"
groups : groups :
- remdiation - remdiation
delegate_to: localhost
# =========================================================================== # # =========================================================================== #