add configuration tag

This commit is contained in:
meaz 2023-08-23 08:37:41 +02:00
parent e35b914ed6
commit 243aa21592
Signed by: meaz
GPG Key ID: CD7A47B2F1ED43B4
2 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,7 @@
owner: "{{ etherpad_username }}"
group: "{{ etherpad_group }}"
mode: 0755
tags: configuration
- name: '[CONFIGURE] - Deploy config'
template:
@ -17,3 +18,4 @@
mode: 0644
notify:
restart etherpad
tags: configuration

View File

@ -11,6 +11,7 @@
- name: Deploy configuration
include_tasks: configure.yml
tags: configuration
- name: Install Modules
include_tasks: modules.yml