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
parent 6c7e9116e1
commit 9874462abb
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).