Skip to content

Commit

Permalink
[FIX] Upgrade ansible requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
cmuraru committed Feb 4, 2019
1 parent ca5b907 commit b256359
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ pip2 install -U virtualenv
virtualenv ops
source ops/bin/activate

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

# Optionally, install terraform to be able to access terraform plugin
# See https://www.terraform.io/intro/getting-started/install.html
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
simpledi>=0.2
awscli==1.16.96
ansible==2.2.1.0
ansible==2.3.1.0
boto3==1.7.4
boto==2.49.0
azure-common==1.1.4
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
_requires = [ r for r in open(os.path.sep.join((_mydir,'requirements.txt')), "r").read().split('\n') if len(r)>1 ]
setup(
name='ops',
version='0.21',
version='0.22',
description='Ops simple wrapper',
author='Adobe',
author_email='[email protected]',
Expand Down

0 comments on commit b256359

Please sign in to comment.