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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user