mirror of
https://github.com/ansible/awx.git
synced 2026-02-18 03:30:02 -03:30
adds Playbook & AdHoc Diff
This commit is contained in:
@@ -2585,7 +2585,7 @@ class AdHocCommandSerializer(UnifiedJobSerializer):
|
||||
model = AdHocCommand
|
||||
fields = ('*', 'job_type', 'inventory', 'limit', 'credential',
|
||||
'module_name', 'module_args', 'forks', 'verbosity', 'extra_vars',
|
||||
'become_enabled', '-unified_job_template', '-description')
|
||||
'become_enabled', 'diff_mode', '-unified_job_template', '-description')
|
||||
extra_kwargs = {
|
||||
'name': {
|
||||
'read_only': True,
|
||||
|
||||
Reference in New Issue
Block a user