Skip to content

Commit

Permalink
Switch to Ansible 2.10 (contributes to IBM-Blockchain#538)
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Stone <sstone1@uk.ibm.com>
  • Loading branch information
Simon Stone committed Mar 8, 2021
1 parent c80bb21 commit e1daef7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN microdnf install gcc gzip python38-devel tar \
&& microdnf clean all
USER ibp-user
ENV PATH=/home/ibp-user/.local/bin:$PATH
RUN pip3.8 install --user -U 'ansible>=2.9,<2.10' fabric-sdk-py python-pkcs11 'openshift==0.11.2' semantic_version \
RUN pip3.8 install --user -U ansible-base fabric-sdk-py python-pkcs11 openshift semantic_version \
&& chgrp -R root /home/ibp-user/.local \
&& chmod -R g=u /home/ibp-user/.local
ADD . /tmp/collection
Expand Down
3 changes: 2 additions & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
---
namespace: ibm
name: blockchain_platform
version: 1.0.5
version: 2.0.0
readme: README.md
authors:
- Simon Stone
Expand All @@ -23,3 +23,4 @@ repository: https://github.com/IBM-Blockchain/ansible-collection
documentation: https://ibm-blockchain.github.io/ansible-collection/
homepage: https://www.ibm.com/cloud/blockchain-platform
issues: https://github.com/IBM-Blockchain/ansible-collection/issues
dependencies: {}
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#
# SPDX-License-Identifier: Apache-2.0
#
ansible >= 2.9, <2.10
ansible-base
ansible-doc-extractor
ansible-lint
flake8
fabric-sdk-py
openshift == 0.11.2
openshift
python-pkcs11
semantic_version
sphinx
Expand Down

0 comments on commit e1daef7

Please sign in to comment.