Fix local LXC host/delegation

This commit is contained in:
Sven Velt 2021-09-30 16:42:32 +02:00
parent d6fadc8e99
commit 07c21f2e5b

View file

@ -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: