Skip to content

Commit

Permalink
Fixing Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ajpantuso committed Jun 29, 2021
1 parent 20f6bf5 commit 314d75e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions plugins/modules/docker_compose.py
Original file line number Diff line number Diff line change
Expand Up @@ -465,11 +465,11 @@
returned: always
type: str
config:
description:
- The resulting configuration from one or more compose files.
- Equivalent to the output of C(docker-compose config).
returned: when success and I(state=validated)
type: complex
description:
- The resulting configuration from one or more compose files.
- Equivalent to the output of C(docker-compose config).
returned: when success and I(state=validated)
type: complex
'''

import os
Expand Down

0 comments on commit 314d75e

Please sign in to comment.