CHANGE: ensures pulls and updates before running jobs #4

Merged
max merged 2 commits from dev into main 2026-08-18 21:24:44 +04:00
Showing only changes of commit e9d38ece4d - Show all commits
+1 -7
View File
@@ -16,12 +16,6 @@ jobs:
if: github.event.pull_request.merged == true if: github.event.pull_request.merged == true
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Trigger the webhook to start pulling the latest version from the repo
# LAN IP is used because those hosts are in the same network
run: curl "http://192.168.0.38:9000/hooks/pull-latest"
- name: Trigger the webhook to update python and ansible modules
run: curl "http://192.168.0.38:9000/hooks/run-update-script"
- name: Trigger the webhook to run the playbook - name: Trigger the webhook to run the playbook
# LAN IP is used because those hosts are in the same network
run: curl "http://192.168.0.38:9000/hooks/run-maintain-playbook" run: curl "http://192.168.0.38:9000/hooks/run-maintain-playbook"