mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-26 00:16:49 +00:00
docker_service: fix files/project_files typo
The original decision to rename from `project_files' to `files' was in 3a5dd0007634c9d4e379f20cac77c8fd64b67f42.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user