fix inmem-test.yml
This commit is contained in:
@ -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
|
||||||
|
|
||||||
|
|
||||||
# =========================================================================== #
|
# =========================================================================== #
|
||||||
|
Reference in New Issue
Block a user