-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying to pull image in compose with pull_policy never pull gives warning #911
Comments
Which version of docker compose are you using? And can you please provide the full stdout output from the docker compose call (it's part of the task's return values)? Thanks. |
There is no stdout only stderr
but
reproducer: ---
- name: Test pause
hosts: localhost
tasks:
- name: Pull compose
community.docker.docker_compose_v2_pull:
project_src: "{{ansible_env.HOME}}/ansible"
project_name: ansible ~/ansible/compose.yaml services:
bash_1:
pull_policy: never
image: bash
bash_2:
pull_policy: always
image: bash |
Does |
docker compose version |
#916 fixes this. |
SUMMARY
[WARNING]: Cannot parse event from line: ' Skipped'
ISSUE TYPE
COMPONENT NAME
community.docker.docker_compose_v2_pull
ANSIBLE VERSION
COLLECTION VERSION
CONFIGURATION
OS / ENVIRONMENT
STEPS TO REPRODUCE
EXPECTED RESULTS
No output or "done" or similar
ACTUAL RESULTS
[WARNING]: Cannot parse event from line: ' Skipped'
The text was updated successfully, but these errors were encountered: