add quote to item
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Torma Kristóf 2023-08-28 09:51:39 +02:00
parent ca386aa414
commit e924d3e33c

View File

@ -3,7 +3,7 @@
community.general.ufw:
rule: allow
port: https
src: {{ item }}
src: "{{ item }}"
with_items: "{{ webgw_allowedranges }}"
- name: "Install Nginx via apt"