Refactor workflow file to update host-group variable for microk8s deployment

This commit is contained in:
2024-10-01 23:10:06 +02:00
parent 0258c9c3a2
commit c2a4c83844
@@ -27,7 +27,7 @@ jobs:
with:
vault-master-password: ${{ secrets.VAULT_MASTER_PASSWORD }}
ansible-user: ${{ secrets.ANSIBLE_USER }}
target-host: microk8s
host-group: microk8s
- name: Setup Terraform Environment
uses: ./.github/actions/setup-terraform-env