Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Commit

Permalink
Print versions of ansible and molecule during CI (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtlynch committed Nov 4, 2020
1 parent f409e34 commit 860b7e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Expand Up @@ -19,6 +19,8 @@ jobs:
. venv/bin/activate && \
pip install --upgrade pip && \
pip install docker==4.2.2 molecule[lint]==3.0.6 molecule[docker]==3.0.6 && \
ansible --version && \
molecule --version && \
molecule test
workflows:
version: 2
Expand Down

0 comments on commit 860b7e4

Please sign in to comment.