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
|
UserKnownHostsFile /dev/null
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
- name: Install Ansible
|
||||||
|
run: |
|
||||||
|
apt-get update
|
||||||
|
apt-get install -y ansible
|
||||||
|
|
||||||
- name: Run Ansible Playbook
|
- name: Run Ansible Playbook
|
||||||
run: |
|
run: |
|
||||||
cd ansible
|
cd ansible
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue