roles/nginx/application: Fixed task names containing item keyword

wip
Felix Stupp 5 years ago
parent fad2b9bc7c
commit 007c7ed2a4
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -12,7 +12,7 @@
name: "{{ nginx_installation_directory }}/{{ item }}"
with_items: "{{ nginx_unnecessary_files }}"
- name: Create directory {{ item }}
- name: Create directories for nginx
file:
state: directory
name: "{{ item }}"
@ -56,7 +56,7 @@
dest: "{{ nginx_installation_directory }}/nginx.conf"
notify: reload nginx
- name: Allow port {{ item }} for http in firewall
- name: Allow ports for http in firewall
ufw:
rule: allow
port: "{{ item }}"

Loading…
Cancel
Save