mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02: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:
parent
2789cc5c09
commit
ff0f6286d7
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ options:
|
|||
project_name:
|
||||
description:
|
||||
- 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
|
||||
files:
|
||||
description:
|
||||
|
|
Loading…
Reference in a new issue