tokenbridge/deployment/roles/oracle_swarm/tasks/jumpbox.yml

9 lines
208 B
YAML
Raw Permalink Normal View History

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