change config tag + add install task + move abiword task before install

This commit is contained in:
meaz 2024-03-23 23:10:31 +01:00
parent 9c70f6b519
commit ad7df8189b
Signed by: meaz
GPG key ID: CD7A47B2F1ED43B4

View file

@ -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