Update the example of docker_compose_v2.py (#874)

`docker-compse` => `docker compose`.
This commit is contained in:
Sih Sîng-hông薛丞宏 2024-06-04 19:01:23 +08:00 committed by GitHub
parent c2c47636b4
commit a22e92cdc0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -169,7 +169,7 @@ EXAMPLES = '''
ansible.builtin.debug:
var: output
- name: Run `docker-compose up` again
- name: Run `docker compose up` again
community.docker.docker_compose_v2:
project_src: flask
register: output