Adding proper quotes around expression value for hosts:

main
Mike Holloway 2 months ago
parent 84e3c40062
commit 4e28b7956e
  1. 2
      podman-host.yml

@ -1,5 +1,5 @@
---
- hosts: {{ ansible_limit | default('none') }}
- hosts: "{{ ansible_limit | default('none') }}"
become: yes
become_user: root

Loading…
Cancel
Save