mirror of
https://github.com/ansible/awx.git
synced 2026-03-21 02:47:35 -02:30
Use tags to reduce project update output
Handle folder deletion as tag remove -v use by default Change meaning of roles_enabled playbook var to value of AWX global setting
This commit is contained in:
18
awx/main/migrations/0099_v370_projectupdate_job_tags.py
Normal file
18
awx/main/migrations/0099_v370_projectupdate_job_tags.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 2.2.4 on 2019-11-01 18:46
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('main', '0098_v360_rename_cyberark_aim_credential_type'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='projectupdate',
|
||||
name='job_tags',
|
||||
field=models.CharField(blank=True, default='', help_text='Parts of the project update playbook that will be run.', max_length=1024),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user