mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-06 14:14:22 -07:00
django_manage - using list instead of string in run_command() (#3098)
* django_manage - using list instead of string in run_command() * added changelog fragment
This commit is contained in:
parent
5be4adc434
commit
0b70b3baff
2 changed files with 21 additions and 21 deletions
2
changelogs/fragments/3098-django_manage-cmd-list.yaml
Normal file
2
changelogs/fragments/3098-django_manage-cmd-list.yaml
Normal file
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- django_manage - refactor to call ``run_command()`` passing command as a list instead of string (https://github.com/ansible-collections/community.general/pull/3098).
|
Loading…
Add table
Add a link
Reference in a new issue