Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • infra/ansible/roles/prometheus-alertmanager
1 result
Show changes
Commits on Source (3)
...@@ -33,10 +33,7 @@ ...@@ -33,10 +33,7 @@
- python3-dateutil - python3-dateutil
- python3-gevent - python3-gevent
- python3-pip - python3-pip
- name: install pip dependencies for telegram bot - python3-python-telegram-bot
pip:
name: python-telegram-bot
executable: pip3
- name: deploy telegram bot - name: deploy telegram bot
notify: restart telegram bot notify: restart telegram bot
template: template:
...@@ -68,6 +65,7 @@ ...@@ -68,6 +65,7 @@
pip: pip:
name: rocketchat_API name: rocketchat_API
executable: pip3 executable: pip3
extra_args: "--break-system-packages"
- name: deploy rocketchat bot - name: deploy rocketchat bot
notify: restart rocketchat bot notify: restart rocketchat bot
template: template:
......