1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-03-22 05:09:12 +00:00

add missing quotes

This commit is contained in:
Alexei Znamensky 2026-03-22 16:12:56 +13:00
parent 011426701f
commit fb1ea289e1

View file

@ -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: