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
commit 6a03108609
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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).