Fix local LXC host/delegation
This commit is contained in:
parent
d6fadc8e99
commit
07c21f2e5b
|
@ -52,7 +52,7 @@
|
|||
template_options: "-a amd64 -d {{ os_d }} -r {{ os_r }} --no-validate"
|
||||
config: /etc/lxc/ansible.conf
|
||||
register: lxc_created
|
||||
delegate_to: "{{ ansible_host }}"
|
||||
delegate_to: "{{ ansible_host|default('localhost') }}"
|
||||
|
||||
|
||||
- pause:
|
||||
|
|
Loading…
Reference in a new issue