Merge "Install ansible 2.7.0rc1 on bridge"

This commit is contained in:
Zuul 2018-09-12 16:17:04 +00:00 committed by Gerrit Code Review
commit 9302ef3b8c
1 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,10 @@
- name: Install ansible
pip:
name: ansible
# NOTE(corvus): Installing pre-release for
# https://github.com/ansible/ansible/commit/5f953d1129925579b7bf6ea2cce1ccf583199801
# remove version parameter after 2.7.0 release
version: 2.7.0rc1
- name: Install openstacksdk
pip: