From 2e1ba8372461484e937cc7b860720d6f52575856 Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Thu, 22 Dec 2022 18:07:22 -0500 Subject: Additional tags --- tasks/main.yml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'tasks/main.yml') diff --git a/tasks/main.yml b/tasks/main.yml index 225662f..7aab3e9 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -17,6 +17,7 @@ - "{{nginx_conf_dir}}" - "{{nginx_conf_dir}}/conf.d" tags: + - nginx-conf - conf - name: Create Robots directory @@ -28,6 +29,7 @@ mode: "0755" tags: - robots + - nginx-conf - conf - name: Create Robots sub directory file: @@ -39,6 +41,7 @@ loop: '{{nginx_robots}}' tags: - robots + - nginx-conf - conf - name: 'Install {{item.name}} robots' copy: @@ -48,6 +51,7 @@ loop: '{{nginx_robots}}' tags: - robots + - nginx-conf - conf - name: Install Robots includes copy: @@ -60,6 +64,7 @@ loop: '{{nginx_robots}}' tags: - robots + - nginx-conf - conf - name: Install 'nginx.conf' @@ -72,6 +77,7 @@ notify: - Restart Nginx tags: + - nginx-conf - conf - name: Install Nginx Snippets @@ -85,6 +91,7 @@ when: 'nginx_includes is defined' notify: Restart Nginx tags: + - nginx-conf - conf - name: Install Nginx conf.d entires @@ -98,6 +105,7 @@ when: 'nginx_confd is defined' notify: Restart Nginx tags: + - nginx-conf - conf - name: Install Htpasswd @@ -108,5 +116,6 @@ group: "{{nginx_conf_group}}" when: nginx_htpasswd is defined tags: + - nginx-conf - conf - htpasswd -- cgit v1.2.3