switched configure task before install as config is required prior
This commit is contained in:
parent
4cdca5dd63
commit
4c6533fc59
1 changed files with 6 additions and 6 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue