docker_service: fix files/project_files typo
The original decision to rename from `project_files' to `files' was in
3a5dd00076
.
This commit is contained in:
parent
d796ab54b7
commit
74c8954d86
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ options:
|
|||
definition:
|
||||
description:
|
||||
- Provide docker-compose yaml describing one or more services, networks and volumes.
|
||||
- Mutually exclusive with C(project_src) and C(project_files).
|
||||
- Mutually exclusive with C(project_src) and C(files).
|
||||
type: complex
|
||||
required: false
|
||||
hostname_check:
|
||||
|
|
Loading…
Reference in a new issue