07b2f06a82
Raises the maximum Ansible version in requirements.txt to Ansible 2.5.x for both kayobe and kolla ansible. Also removes the hack to use a patched parted module for ceph block device management, as Ansible 2.4 contains the required fix. Change-Id: I0d2f564eb1ddb63b07829d6f0d918af26887db97 Story: 2001649 Task: 6668
9 lines
153 B
YAML
9 lines
153 B
YAML
---
|
|
- name: Ensure Ceph disk are tagged
|
|
hosts: overcloud
|
|
tags:
|
|
- kolla-ceph
|
|
roles:
|
|
- role: kolla-ceph
|
|
when: kolla_enable_ceph | bool
|