Merge "Ensure /var/lib/config-data exists before setting selinux context"

This commit is contained in:
Zuul 2019-01-23 11:48:08 +00:00 committed by Gerrit Code Review
commit 68f1636b5b
1 changed files with 4 additions and 0 deletions

View File

@ -788,6 +788,10 @@ outputs:
loop_control:
loop_var: step
upgrade_steps_tasks: |
- name: ensure /var/lib/config-data exists
file:
path: /var/lib/config-data
state: directory
- name: ensure we get the right selinux context
command: chcon -R -t svirt_sandbox_file_t /var/lib/config-data
args: