Improve docker_compose example (#470) (#473)

* Improve compose docs.

* Also adjust inline v1 example.

(cherry picked from commit 3b41e7d6a8)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot] 2022-09-08 06:43:52 +02:00 committed by GitHub
parent abba2bf73d
commit f50c4ea538
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -257,7 +257,8 @@ EXAMPLES = '''
- ansible.builtin.debug:
var: output
- name: Run with inline v2 compose
- name: Run with inline Compose file version 2
# https://docs.docker.com/compose/compose-file/compose-file-v2/
hosts: localhost
gather_facts: no
tasks:
@ -291,7 +292,8 @@ EXAMPLES = '''
- "web.flask_web_1.state.running"
- "db.flask_db_1.state.running"
- name: Run with inline v1 compose
- name: Run with inline Compose file version 1
# https://docs.docker.com/compose/compose-file/compose-file-v1/
hosts: localhost
gather_facts: no
tasks: