Adding proper quotes around expression value for hosts:

This commit is contained in:
Mike Holloway 2024-09-17 19:14:21 -04:00
parent 84e3c40062
commit 4e28b7956e

View File

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