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: community.general.ufw:
rule: allow rule: allow
port: https port: https
src: {{ item }} src: "{{ item }}"
with_items: "{{ webgw_allowedranges }}" with_items: "{{ webgw_allowedranges }}"
- name: "Install Nginx via apt" - name: "Install Nginx via apt"