2021-11-06 17:43:54 +03:00
|
|
|
---
|
|
|
|
- name: Pull the containers images
|
2021-11-07 19:57:18 +03:00
|
|
|
community.docker.docker_image:
|
|
|
|
name: "{{ oracle_image }}"
|
|
|
|
source: pull
|
2021-11-06 17:43:54 +03:00
|
|
|
when: skip_pull is undefined
|
2021-11-07 21:06:57 +03:00
|
|
|
vars:
|
|
|
|
ansible_python_interpreter: /usr/bin/python3
|