0.2 #6

Merged
muppeth merged 6 commits from 0.3 into main 2024-02-27 23:58:02 +01:00
1 changed files with 6 additions and 6 deletions
Showing only changes of commit 4c6533fc59 - Show all commits

View File

@ -12,12 +12,6 @@
- 'backend'
when: lacre_backend_deploy == 'true'
- name: 'Install Lacre'
include_tasks: 'install.yml'
tags:
- 'backend'
when: lacre_backend_deploy == 'true'
- name: 'Configure Lacre'
include_tasks: 'configure.yml'
tags:
@ -26,6 +20,12 @@
- 'backend'
when: lacre_backend_deploy == 'true'
- name: 'Install Lacre'
include_tasks: 'install.yml'
tags:
- 'backend'
when: lacre_backend_deploy == 'true'
- name: 'Use simple filter'
include_tasks: 'simple_filter.yml'
when: lacre_daemon == 'false'