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

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

* add changelog fragment

(cherry picked from commit 9874462abb)

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
patchback[bot]
2022-11-23 07:37:36 +01:00
committed by GitHub
parent b52a6f3611
commit 38b4e316ae
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).