mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-26 21:33:12 +00:00
@@ -43,6 +43,11 @@
|
||||
chdir: "{{ tmp_django_root.path }}/startproj"
|
||||
cmd: "{{ tmp_django_root.path }}/venv/bin/django-admin startapp app1"
|
||||
|
||||
- name: Make manage.py executable
|
||||
file:
|
||||
path: "{{ tmp_django_root.path }}/startproj/test_django_manage_1/manage.py"
|
||||
mode: "0755"
|
||||
|
||||
- name: Check
|
||||
community.general.django_manage:
|
||||
project_path: "{{ tmp_django_root.path }}/startproj/test_django_manage_1"
|
||||
|
||||
Reference in New Issue
Block a user