rax_scaling_group: fix sanity check (#5563)

* rax_scaling_group: fix sanity check

* add changelog fragment

* added missing call to expanduser()
This commit is contained in:
Alexei Znamensky
2022-11-17 09:58:55 +13:00
committed by GitHub
parent e87ca10b61
commit 6a03108609
8 changed files with 26 additions and 20 deletions

View File

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