mirror of
https://github.com/ansible/awx.git
synced 2026-03-22 19:35:02 -02:30
Remove unnecessary fields in associations file
This commit is contained in:
@@ -4,13 +4,10 @@ associations:
|
|||||||
- related_item: credentials
|
- related_item: credentials
|
||||||
endpoint: credentials
|
endpoint: credentials
|
||||||
description: "The credentials used by this job template"
|
description: "The credentials used by this job template"
|
||||||
required: false
|
|
||||||
groups:
|
groups:
|
||||||
- related_item: hosts
|
- related_item: hosts
|
||||||
endpoint: hosts
|
endpoint: hosts
|
||||||
description: "The hosts associated with this group"
|
description: "The hosts associated with this group"
|
||||||
required: false
|
|
||||||
- related_item: groups
|
- related_item: groups
|
||||||
endpoint: children
|
endpoint: children
|
||||||
description: "The hosts associated with this group"
|
description: "The hosts associated with this group"
|
||||||
required: false
|
|
||||||
|
|||||||
Reference in New Issue
Block a user