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

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

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

Loading…
Cancel
Save