mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Docker service update project_name doc (#36713)
```
FAILED! => {"changed": false, "msg": "Parameter error - project_name required when providing definition."}
```
This commit is contained in:
committed by
Chris Houseknecht
parent
2789cc5c09
commit
ff0f6286d7
@@ -39,7 +39,7 @@ options:
|
|||||||
project_name:
|
project_name:
|
||||||
description:
|
description:
|
||||||
- Provide a project name. If not provided, the project name is taken from the basename of C(project_src).
|
- Provide a project name. If not provided, the project name is taken from the basename of C(project_src).
|
||||||
- Required when no C(definition) is provided.
|
- Required when C(definition) is provided.
|
||||||
required: false
|
required: false
|
||||||
files:
|
files:
|
||||||
description:
|
description:
|
||||||
|
|||||||
Reference in New Issue
Block a user