mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-30 00:21:23 -07:00
django_manage - split params (#3334)
* django_manage - fix fixures * docs formatting adjustments * param apps also in need of splitting * oops, the splitted version was not being properly added to the command args * added changelog fragment * check for None * moving to shlex.split() * Update changelogs/fragments/3334-django_manage-split-params.yaml Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
a20862797e
commit
dd25c0d3bf
2 changed files with 9 additions and 4 deletions
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- django_manage - parameters ``apps`` and ``fixtures`` are now splitted instead of being used as a single argument (https://github.com/ansible-collections/community.general/issues/3333).
|
Loading…
Add table
Add a link
Reference in a new issue