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_control:
|
||||||
loop_var: step
|
loop_var: step
|
||||||
upgrade_steps_tasks: |
|
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
|
- name: ensure we get the right selinux context
|
||||||
command: chcon -R -t svirt_sandbox_file_t /var/lib/config-data
|
command: chcon -R -t svirt_sandbox_file_t /var/lib/config-data
|
||||||
args:
|
args:
|
||||||
|
Loading…
Reference in New Issue
Block a user