Remove unnecessary aliases arrays
This commit is contained in:
parent
ee395ced4d
commit
9d68a1746f
1 changed files with 0 additions and 7 deletions
|
@ -35,8 +35,6 @@ options:
|
||||||
description:
|
description:
|
||||||
- Name of the service to operate on
|
- Name of the service to operate on
|
||||||
required: true
|
required: true
|
||||||
default: null
|
|
||||||
aliases: []
|
|
||||||
|
|
||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
|
@ -48,35 +46,30 @@ options:
|
||||||
- restarted
|
- restarted
|
||||||
- absent
|
- absent
|
||||||
default: started
|
default: started
|
||||||
aliases: []
|
|
||||||
|
|
||||||
application:
|
application:
|
||||||
description:
|
description:
|
||||||
- The application binary to run as a service
|
- The application binary to run as a service
|
||||||
required: false
|
required: false
|
||||||
default: null
|
default: null
|
||||||
aliases: []
|
|
||||||
|
|
||||||
stdout_file:
|
stdout_file:
|
||||||
description:
|
description:
|
||||||
- Path to receive output
|
- Path to receive output
|
||||||
required: false
|
required: false
|
||||||
default: null
|
default: null
|
||||||
aliases: []
|
|
||||||
|
|
||||||
stderr_file:
|
stderr_file:
|
||||||
description:
|
description:
|
||||||
- Path to receive error output
|
- Path to receive error output
|
||||||
required: false
|
required: false
|
||||||
default: null
|
default: null
|
||||||
aliases: []
|
|
||||||
|
|
||||||
app_parameters:
|
app_parameters:
|
||||||
description:
|
description:
|
||||||
- Parameters to be passed to the application when it starts
|
- Parameters to be passed to the application when it starts
|
||||||
required: false
|
required: false
|
||||||
default: null
|
default: null
|
||||||
aliases: []
|
|
||||||
author: "Adam Keech (@smadam813), George Frank (@georgefrank)"
|
author: "Adam Keech (@smadam813), George Frank (@georgefrank)"
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue