adds Playbook & AdHoc Diff

This commit is contained in:
adamscmRH
2017-07-06 16:33:06 -04:00
parent d57bc3b59c
commit ecef799a5a
4 changed files with 12 additions and 4 deletions

View File

@@ -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,