ansible edit 수정
All checks were successful
Build And Test / build-and-push (push) Successful in 4m16s
All checks were successful
Build And Test / build-and-push (push) Successful in 4m16s
This commit is contained in:
@ -0,0 +1,23 @@
|
||||
# Generated by Django 4.2.14 on 2025-04-09 13:05
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('ansible_manager', '0003_ansiblejob_delete_ansibletask'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='ansiblejob',
|
||||
name='inventory_content',
|
||||
field=models.TextField(blank=True, null=True),
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='ansiblejob',
|
||||
name='playbook_content',
|
||||
field=models.TextField(blank=True, null=True),
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user