mirror of https://github.com/ansible/ansible.git
dnf: Check if installroot is directory or not (#85748)
* dnf: Check if installroot is directory or not * dnf library creates installroot if it is missing. check if installroot is directory or not. Fixes: #85680 Signed-off-by: Abhijeet Kasurde <Akasurde@redhat.com>pull/85797/head
parent
a8dc3fae1e
commit
7b1644e0b3
@ -0,0 +1,3 @@
|
||||
---
|
||||
bugfixes:
|
||||
- dnf - Check if installroot is directory or not (https://github.com/ansible/ansible/issues/85680).
|
||||
Loading…
Reference in New Issue