kolla-ansible/ansible/roles/grafana/tasks/pull.yml

9 lines
226 B
YAML

---
- name: Pulling grafana image
become: true
kolla_docker:
action: "pull_image"
common_options: "{{ docker_common_options }}"
image: "{{ grafana_image_full }}"
when: inventory_hostname in groups['grafana']