Fix documentation (#684)

* Fix documentation.

* Fix line length.
This commit is contained in:
Felix Fontein 2023-09-10 21:27:26 +02:00 committed by GitHub
parent 6f6dd14492
commit d266c69ddc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,8 +74,8 @@ options:
state:
description:
- Desired state of the project.
- Specifying V(present) is the same as running C(docker-compose up) resp. C(docker-compose stop) (with V(stopped)) resp. C(docker-compose restart)
(with V(restarted)).
- Specifying V(present) is the same as running C(docker-compose up) resp. C(docker-compose stop) (with O(stopped=true)) resp. C(docker-compose restart)
(with O(restarted=true)).
- Specifying V(absent) is the same as running C(docker-compose down).
type: str
default: present
@ -84,8 +84,8 @@ options:
- present
services:
description:
- When O(state) is V(present) run C(docker-compose up) resp. C(docker-compose stop) (with V(stopped)) resp. C(docker-compose restart) (with V(restarted))
on a subset of services.
- When O(state) is V(present) run C(docker-compose up) resp. C(docker-compose stop) (with O(stopped=true)) resp.
C(docker-compose restart) (with O(restarted=true)) on a subset of services.
- If empty, which is the default, the operation will be performed on all services defined in the Compose file (or inline O(definition)).
type: list
elements: str