Merge "Ensure /var/lib/config-data exists before setting selinux context"
This commit is contained in:
commit
68f1636b5b
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user