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:
Alexei Znamensky 2021-07-28 18:22:18 +12:00 committed by GitHub
commit 0b70b3baff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 21 additions and 21 deletions

View 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).