mirror of
https://github.com/ansible/awx.git
synced 2026-02-23 22:16:00 -03:30
add controller_node to adhoc command job
This commit is contained in:
@@ -3258,8 +3258,7 @@ class AdHocCommandSerializer(UnifiedJobSerializer):
|
||||
model = AdHocCommand
|
||||
fields = ('*', 'job_type', 'inventory', 'limit', 'credential',
|
||||
'module_name', 'module_args', 'forks', 'verbosity', 'extra_vars',
|
||||
'become_enabled', 'diff_mode', '-unified_job_template', '-description',
|
||||
'-controller_node',)
|
||||
'become_enabled', 'diff_mode', '-unified_job_template', '-description')
|
||||
extra_kwargs = {
|
||||
'name': {
|
||||
'read_only': True,
|
||||
|
||||
Reference in New Issue
Block a user