30be04ea91
Add become to all tasks that use the module "kolla_docker" Change-Id: I4309c4011687b88ec31d739fd8f834fe2326ff10 Partial-Implements: blueprint ansible-specific-task-become
10 lines
248 B
YAML
10 lines
248 B
YAML
---
|
|
- name: Stop glance service
|
|
vars:
|
|
glance_api: "{{ glance_services['glance-api'] }}"
|
|
become: true
|
|
kolla_docker:
|
|
action: "stop_container"
|
|
common_options: "{{ docker_common_options }}"
|
|
name: "{{ glance_api.container_name }}"
|