+ change ownerships to var www dir after apache or nginx role processed

#861m7vaer Шаблон операционной системы на Debian 10
This commit is contained in:
2023-04-21 11:56:30 +03:00
parent cf50453d7d
commit 796f8a31a7
4 changed files with 16 additions and 3 deletions

View File

@ -0,0 +1,7 @@
---
- name: Configure Locales
hosts: [ 'debian10' ]
tasks:
- name: Set ownerships to /var/www dir
shell: 'chown -R {{ lxc_host }}:{{ lxc_host }} /var/www'