mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 15:09:32 -02:30
Add default playbook to job template preload
This commit is contained in:
@@ -41,6 +41,7 @@ class Command(BaseCommand):
|
||||
variables="ansible_connection: local",
|
||||
created_by=superuser)
|
||||
JobTemplate.objects.create(name='Demo Job Template',
|
||||
playbook='hello_world.yml',
|
||||
project=p,
|
||||
inventory=i,
|
||||
credential=c)
|
||||
|
||||
Reference in New Issue
Block a user