[PR #8887/0bc5f248 backport][stable-9] one_service: fix recreation (#8932)

one_service: fix recreation (#8887)

* Fix one_service unique creation

* Revert empty space

* Add CHANGELOG fragment

* Update CHANGELOG fragment

(cherry picked from commit 0bc5f24863)

Co-authored-by: alexander <79072457+abakanovskii@users.noreply.github.com>
This commit is contained in:
patchback[bot]
2024-09-26 11:38:34 +03:00
committed by GitHub
parent 1ac7783c5c
commit 993d580adc
2 changed files with 3 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- one_service - fix service creation after it was deleted with ``unique`` parameter (https://github.com/ansible-collections/community.general/issues/3137, https://github.com/ansible-collections/community.general/pull/8887).