Adding proper quotes around expression value for hosts:
This commit is contained in:
parent
84e3c40062
commit
4e28b7956e
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
- hosts: {{ ansible_limit | default('none') }}
|
- hosts: "{{ ansible_limit | default('none') }}"
|
||||||
become: yes
|
become: yes
|
||||||
become_user: root
|
become_user: root
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user