generated from helmut/template
feat: add ansible deploy and fix runner networking
Remote Deploy to Windows / deploy (push) Successful in 1m50s
Details
Remote Deploy to Windows / deploy (push) Successful in 1m50s
Details
This commit is contained in:
parent
69cc0fda31
commit
fc9d1b73fe
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue