c567055176
- rename action and serial to kolla_ansible and kolla_serial - use become instead of "sudo <command>" in shell - Remove quota for failed_when and changed_when in rabbitmq tasks Change-Id: I78cb60168aaa40bb6439198283546b7faf33917c Implements: blueprint migrate-to-ansible-2-2-0
11 lines
190 B
YAML
11 lines
190 B
YAML
---
|
|
- include: "{{ kolla_action }}.yml"
|
|
tags: common
|
|
when: not common_run
|
|
|
|
- name: Registering common role has run
|
|
set_fact:
|
|
common_run: True
|
|
tags: common
|
|
when: not common_run
|