30be04ea91
Add become to all tasks that use the module "kolla_docker" Change-Id: I4309c4011687b88ec31d739fd8f834fe2326ff10 Partial-Implements: blueprint ansible-specific-task-become
9 lines
229 B
YAML
9 lines
229 B
YAML
---
|
|
- name: Pulling influxdb image
|
|
become: true
|
|
kolla_docker:
|
|
action: "pull_image"
|
|
common_options: "{{ docker_common_options }}"
|
|
image: "{{ influxdb_image_full }}"
|
|
when: inventory_hostname in groups['influxdb']
|