Merge "Install ansible 2.7.0rc1 on bridge"
This commit is contained in:
commit
9302ef3b8c
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user