fix typo
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2020-02-23 17:13:41 +01:00
parent 8f177e445a
commit a6ff253278
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@
- name: Allow to bind to custom ports
seport:
ports: "{{ item.port }}"
proto: "{{ item.proto | defaul('tcp') }}"
proto: "{{ item.proto | default('tcp') }}"
setype: http_port_t
state: "{{ item.state | default('present') }}"
loop: "{{ nginx_set_seports }}"