kolla-ansible/releasenotes/notes/fix-ansible-warning-f9b382a13446f625.yaml
Jeffrey Zhang c567055176 Fix ansible warning
- 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
2018-05-11 02:54:02 +00:00

6 lines
177 B
YAML

---
fixes:
- fixed ansible warning when using ansible>2.2
- avoid using ansible reserved action and serial word in playbooks. use kolla_action and
kolla_serial instead.