+ change ownerships to var www dir after apache or nginx role processed
#861m7vaer Шаблон операционной системы на Debian 10
This commit is contained in:
7
playbooks/own/var-www-set-ownerships.yml
Normal file
7
playbooks/own/var-www-set-ownerships.yml
Normal 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'
|
Reference in New Issue
Block a user