launchd - fixed validation check (#2960)

* replaced use of expanduser() with value from HOME var

* fixed sanity check

* added changelog fragment
This commit is contained in:
Alexei Znamensky
2021-07-10 23:03:41 +12:00
committed by GitHub
parent ad8c4e4de6
commit 1990f79d8a
6 changed files with 3 additions and 5 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- launchd - fixed sanity check in the module's code (https://github.com/ansible-collections/community.general/pull/2960).