diff options
| -rw-r--r-- | tasks/main.yml | 9 |
1 files changed, 9 insertions, 0 deletions
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 |
