1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-24 12:40:58 +02:00

Fix ansible-lint error 208 File permissions not mentioned

This commit is contained in:
Ira ㋡ 2020-08-27 16:42:10 +09:00
parent 4b31ea3dbf
commit fbcf453b6c
No known key found for this signature in database
GPG Key ID: 25BC5912FDDEA844

View File

@ -14,7 +14,7 @@
- restart keycloak
- name: copy custom theme
copy: src=theme/archlinux dest=/opt/keycloak/themes
copy: src=theme/archlinux dest=/opt/keycloak/themes owner=keycloak group=keycloak mode=600
notify:
- restart keycloak