nginx_conf tag added to simply update nginx config

pull/198/head
LitniAlex 4 years ago
parent 606592e05e
commit 30e359ec99
  1. 3
      tasks/main.yml
  2. 1
      tasks/vhosts.yml

@ -2,6 +2,8 @@
# Variable setup.
- name: Include OS-specific variables.
include_vars: "{{ ansible_os_family }}.yml"
tags:
- nginx_conf
- name: Define nginx_user.
set_fact:
@ -40,6 +42,7 @@
mode: 0644
notify:
- reload nginx
- nginx_conf
- name: Ensure nginx service is running as configured.
service:

@ -25,6 +25,7 @@
notify: reload nginx
tags:
- skip_ansible_lint
- nginx_conf
- name: Remove managed vhost config files.
file: