Skip to content

Commit

Permalink
install ansible
Browse files Browse the repository at this point in the history
  • Loading branch information
jdettmannnava committed Jan 24, 2025
1 parent 4755dbe commit fc9c53f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,12 @@ jobs:
- name: "Checkout code"
uses: actions/checkout@v4
- name: Install Dependencies
run: apk --update --no-cache add curl openjdk11 docker-cli docker-compose make bash
- name: Verify secure envs
run: apk --update --no-cache add curl openjdk11 docker-cli docker-compose make bash python py3-pip
- name: Build secure envs
run: |
python -m venv .
. activate
pip install ansible
make secure-envs
wc -l ops/config/decrypted/local.env
- name: Install Maven 3.6.3
Expand Down

0 comments on commit fc9c53f

Please sign in to comment.