launchd - fixed validation check (#2960) (#2976)

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

* fixed sanity check

* added changelog fragment

(cherry picked from commit 1990f79d8a)

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
patchback[bot]
2021-07-10 13:22:41 +02:00
committed by GitHub
parent 0f884bbadc
commit 94f58d1920
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).