change config tag + add install task + move abiword task before install
This commit is contained in:
parent
9c70f6b519
commit
ad7df8189b
1 changed files with 8 additions and 5 deletions
|
@ -11,15 +11,18 @@
|
|||
|
||||
- name: Deploy configuration
|
||||
include_tasks: configure.yml
|
||||
tags: configuration
|
||||
|
||||
- name: Install Modules
|
||||
include_tasks: modules.yml
|
||||
tags: modules
|
||||
tags: config
|
||||
|
||||
- name: Use abiword
|
||||
include_tasks: abiword.yml
|
||||
when: etherpad_abiword != 'null'
|
||||
|
||||
- name: Install etherpad
|
||||
include_tasks: install.yml
|
||||
|
||||
- name: Install Modules
|
||||
include_tasks: modules.yml
|
||||
tags: modules
|
||||
|
||||
- name: Systemd
|
||||
include_tasks: systemd.yml
|
||||
|
|
Loading…
Reference in a new issue