Forgot to add Ansible install step in deployment job.

This commit is contained in:
2025-01-20 10:35:26 -05:00
parent a0e2a780e4
commit b852e10713
@@ -227,6 +227,10 @@ jobs:
with:
path: /opt/hostedtoolcache/vault/1.18.0/x64
key: vault-${{ runner.os }}-1.18.0
- name: Install Ansible
uses: alex-oleshkevich/setup-ansible@v1.0.1
with:
version: "11.0.0"
- name: Install Vault
uses: cpanato/vault-installer@main
- name: Install hvac