switched configure task before install as config is required prior

This commit is contained in:
muppeth 2024-02-21 13:39:02 +01:00
parent 4cdca5dd63
commit 4c6533fc59
Signed by: muppeth
GPG Key ID: 0EBC7B9848D04031
1 changed files with 6 additions and 6 deletions

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'