lxd_project: refactored os.path.expanduser() to module utils (#5549)

* lxd_project: refactored os.path.expanduser() to module utils

* add changelog fragment
This commit is contained in:
Alexei Znamensky 2022-11-16 09:04:29 +13:00 committed by GitHub
commit 9874462abb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 17 additions and 10 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- lxd_project - refactored code out to module utils to clear sanity check (https://github.com/ansible-collections/community.general/pull/5549).