diff --git a/tools/playbooks/common/install_dependencies.yaml b/tools/playbooks/common/install_dependencies.yaml index bbec2d5404..67dbcf6a96 100644 --- a/tools/playbooks/common/install_dependencies.yaml +++ b/tools/playbooks/common/install_dependencies.yaml @@ -14,12 +14,13 @@ # limitations under the License. - hosts: all become: true + roles: + - ensure-pip tasks: - name: installing dependencies yum: name={{ item }} state=present with_items: - python-pyeclib - - python-pip - python-nose - python-swiftclient