Skip to content

Commit

Permalink
fix include
Browse files Browse the repository at this point in the history
  • Loading branch information
gempir committed Feb 4, 2024
1 parent 5328e7f commit b8c08bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ deploy:

deploy_yjs:
(cd web && yarn)
tar -czvf web.tar.gz web
tar -czf web.tar.gz web
rsync -avz -e "ssh -o StrictHostKeyChecking=no -p 32022 -i ansible/.ssh_key" web.tar.gz [email protected]:/home/gempbot/
ssh -o StrictHostKeyChecking=no -p 32022 -i ansible/.ssh_key [email protected] "sudo systemctl stop gempbot-yjs"
ssh -o StrictHostKeyChecking=no -p 32022 -i ansible/.ssh_key [email protected] "rm -rf /home/gempbot/web"
Expand Down
6 changes: 3 additions & 3 deletions ansible/roles/prometheus/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@
- prometheus_install
- prometheus_run

- include: preflight.yml
- include_tasks: preflight.yml
tags:
- prometheus_configure
- prometheus_install
- prometheus_run

- include: install.yml
- include_tasks: install.yml
become: true
tags:
- prometheus_install

- include: configure.yml
- include_tasks: configure.yml
become: true
tags:
- prometheus_configure
Expand Down

0 comments on commit b8c08bc

Please sign in to comment.