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:
parent
011426701f
commit
fb1ea289e1
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue