always setup service

This commit is contained in:
2023-11-12 13:56:26 +01:00
parent 3acf301ea8
commit ae7edc6472
3 changed files with 15 additions and 15 deletions

View File

@@ -20,6 +20,7 @@
loop:
- "10-user-setup.yml"
- "11-setup-dirs.yml"
- "30-setup-service.yml"
- name: "Output versions"
debug:
@@ -32,7 +33,7 @@
loop_control:
loop_var: "tasks_file"
loop:
- "30-install-ts3.yml"
- "31-install-ts3.yml"
- "31-set-query-password.yml"
- "32-get-admin-token.yml"
when:
@@ -42,4 +43,4 @@
include_tasks: "33-start-service.yml"
- name: "Show output"
include_tasks: "99-output.yml"
include_tasks: "99-output.yml"