feat: add ansible deploy and fix runner networking
Remote Deploy to Windows / deploy (push) Successful in 1m50s Details

This commit is contained in:
Windneiro 2026-03-31 16:16:04 +05:00
parent 69cc0fda31
commit fc9d1b73fe
1 changed files with 5 additions and 0 deletions

View File

@ -36,6 +36,11 @@ jobs:
UserKnownHostsFile /dev/null
EOF
- name: Install Ansible
run: |
apt-get update
apt-get install -y ansible
- name: Run Ansible Playbook
run: |
cd ansible