Skip to content
Snippets Groups Projects
Commit 423cee7d authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-playbooks/general#72 All includes are now include_tasks and they...

ansible-playbooks/general#72 All includes are now include_tasks and they always have a tag associated
parent 6604c7b8
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@
- set_fact:
apacheLogDir='{{ jailroot }}/{{ youtrack.id }}/var/log/apache2'
when: youtrack.jail is defined
tags: always
tags: 'always'
- import_tasks: 'apache.yml'
- include_tasks: 'apache.yml'
tags: 'always'
......@@ -5,7 +5,7 @@
- name: "YouTrack Role"
set_fact: role_youtrack_started=true
tags: always
tags: 'always'
- block:
- name: "Install Certs"
......@@ -14,6 +14,7 @@
loop_control:
loop_var: domain
when: domain.protocol|default("https") == "https" and domain.letsencrypt|default(true)
tags: 'always'
when: '"letsencrypt" not in excluded_roles and groups.proxyserver is not defined'
......@@ -25,6 +26,7 @@
loop_control:
loop_var: youtrack
when: limit_youtrack_site is not defined or youtrack.id is not defined or limit_youtrack_site == youtrack.id
tags: 'always'
- name: "Create YouTrack User"
user:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment