The setup configuration task uses the old syntax without `--yaml-file` option. https://github.com/maykinmedia/ansible-collection/blob/d80ad9e52abed838d7a26f206aefef162a6ba5e9/roles/django_app_docker/tasks/setup_configuration.yml#L24 This doesn't work for applications with `django-setup-configuration>=0.4.0` (https://github.com/maykinmedia/django-setup-configuration/commit/bf16f6e7f610e870471861d2bfe53bc2e985efbd#diff-4231d8a004869ced583b2e2e998480b1ec02553192f81eb2303d5183c0a8aee6) and it gives the following error: ``` manage.py setup_configuration: error: the following arguments are required: --yaml-file"], "stdout": "", "stdout_lines": []} ```
The setup configuration task uses the old syntax without
--yaml-fileoption.ansible-collection/roles/django_app_docker/tasks/setup_configuration.yml
Line 24 in d80ad9e
This doesn't work for applications with
django-setup-configuration>=0.4.0(maykinmedia/django-setup-configuration@bf16f6e#diff-4231d8a004869ced583b2e2e998480b1ec02553192f81eb2303d5183c0a8aee6)and it gives the following error: