Fix permissions for lsync

Since the lsync process is using the nginx user for repo server
synchronization the /var/www/repo/pools directory needs to be accessible
to the nginx user not the root user.

Change-Id: Ia30cee0e0e482477c50ce02c244d0cc19b3c6956
This commit is contained in:
d34dh0r53 2018-05-10 12:49:32 -05:00
parent 9bee3a1b34
commit 14254375b1
1 changed files with 0 additions and 2 deletions

View File

@ -107,5 +107,3 @@
- path: "/etc/nginx/conf.d"
- path: "/etc/nginx/sites-available"
- path: "/etc/nginx/sites-enabled"
- path: "{{ repo_pypiserver_package_path }}"