diff --git a/tests/integration/targets/python_runner/tasks/main.yml b/tests/integration/targets/python_runner/tasks/main.yml index d5e59f357c..88e7f049d9 100644 --- a/tests/integration/targets/python_runner/tasks/main.yml +++ b/tests/integration/targets/python_runner/tasks/main.yml @@ -32,7 +32,7 @@ ansible.builtin.command: cmd: >- {{ tmp_python_runner.path }}/venv/bin/django-admin startproject testproject - chdir: {{ tmp_python_runner.path }} + chdir: "{{ tmp_python_runner.path }}" - name: Run django_command check on the created project (issue 8884 scenario) community.general.django_command: