chore: remove specific version reference for telegram-helper-bot in Ansible playbook

- Eliminated the hardcoded version 'dev-9' for the telegram-helper-bot repository in the Ansible playbook to allow for more flexible updates.
This commit is contained in:
2025-09-19 13:03:25 +03:00
parent 8595fc5886
commit a075ef6772

View File

@@ -579,7 +579,6 @@
git: git:
repo: git@github.com:KerradKerridi/telegram-helper-bot.git repo: git@github.com:KerradKerridi/telegram-helper-bot.git
dest: "{{ project_root }}/bots/telegram-helper-bot" dest: "{{ project_root }}/bots/telegram-helper-bot"
version: dev-9
update: yes update: yes
force: yes force: yes
become: yes become: yes