Merge "Create /var/lib/config-data if it doesn't exist." into stable/train

This commit is contained in:
Zuul 2020-02-11 03:33:49 +00:00 committed by Gerrit Code Review
commit 7b948ecb55
1 changed files with 6 additions and 0 deletions

View File

@ -1225,6 +1225,12 @@ outputs:
tasks:
- include_vars: global_vars.yaml
no_log: true
- name: make sure /var/lib/config-data exists
file:
path: /var/lib/config-data
state: directory
setype: svirt_sandbox_file_t
selevel: s0
- name: ensure we get the right selinux context
command: chcon -R -t svirt_sandbox_file_t /var/lib/config-data
args: