1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-02-04 07:51:50 +00:00

parted: join command list for fail_json message (#10823)

* parted: join command list for fail_json message

* add changelog frag
This commit is contained in:
Alexei Znamensky 2025-09-13 19:17:05 +12:00 committed by GitHub
parent 0911db457e
commit 562d2ae5b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- parted - variable is a list, not text (https://github.com/ansible-collections/community.general/pull/10823, https://github.com/ansible-collections/community.general/issues/10817).