Skip to content

Commit b256359

Browse files
author
cmuraru
committed
[FIX] Upgrade ansible requirement
1 parent ca5b907 commit b256359

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ pip2 install -U virtualenv
8080
virtualenv ops
8181
source ops/bin/activate
8282

83-
# install opswrapper v0.21 stable release
84-
pip2 install --upgrade https://github.com/adobe/ops-cli/releases/download/0.21/ops-0.21.tar.gz
83+
# install opswrapper v0.22 stable release
84+
pip2 install --upgrade https://github.com/adobe/ops-cli/releases/download/0.22/ops-0.22.tar.gz
8585

8686
# Optionally, install terraform to be able to access terraform plugin
8787
# See https://www.terraform.io/intro/getting-started/install.html

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
simpledi>=0.2
22
awscli==1.16.96
3-
ansible==2.2.1.0
3+
ansible==2.3.1.0
44
boto3==1.7.4
55
boto==2.49.0
66
azure-common==1.1.4

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
_requires = [ r for r in open(os.path.sep.join((_mydir,'requirements.txt')), "r").read().split('\n') if len(r)>1 ]
1717
setup(
1818
name='ops',
19-
version='0.21',
19+
version='0.22',
2020
description='Ops simple wrapper',
2121
author='Adobe',
2222
author_email='[email protected]',

0 commit comments

Comments
 (0)