Ensure /var/www folder is created in prep host tasks

This is needed to backport a change to paunch, that will not start
docker, unless all volume paths exist.

Change-Id: I5b36472f107c24dab18afe1c8d2b5a52ec79014c
Needed-By: https://review.opendev.org/#/c/673561/
This commit is contained in:
Grzegorz Grasza 2019-08-08 10:02:30 +02:00
parent 12ef8149d5
commit 4e1c84eeb7
1 changed files with 1 additions and 0 deletions

View File

@ -181,6 +181,7 @@ outputs:
- { 'path': /var/log/containers/horizon, 'setype': svirt_sandbox_file_t }
- { 'path': /var/log/containers/httpd/horizon, 'setype': svirt_sandbox_file_t }
- { 'path': /var/log/horizon, 'setype': svirt_sandbox_file_t }
- { 'path': /var/www, 'setype': svirt_sandbox_file_t }
- name: horizon logs readme
copy:
dest: /var/log/horizon/readme.txt