change to config tag for consistancy with other roles
This commit is contained in:
parent
07eea92218
commit
07e3acb22c
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
owner: "{{ etherpad_username }}"
|
||||
group: "{{ etherpad_group }}"
|
||||
mode: 0755
|
||||
tags: configuration
|
||||
tags: config
|
||||
|
||||
- name: '[CONFIGURE] - Deploy config'
|
||||
template:
|
||||
|
@ -18,4 +18,4 @@
|
|||
mode: 0644
|
||||
notify:
|
||||
restart etherpad
|
||||
tags: configuration
|
||||
tags: config
|
||||
|
|
Loading…
Reference in a new issue