Commit e9f5cbc0 authored by Vitaly Lipatov's avatar Vitaly Lipatov

ansible: simplify upgrade playbooks

upgrade_desktop.yml: use epm full-upgrade instead of manual steps upgrade_telegram.yml: use epm play telegram 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: 's avatarClaude Opus 4.5 <noreply@anthropic.com>
parent cb74b1f7
......@@ -3,18 +3,9 @@
gather_facts: no
tasks:
- name: update repositories
shell: epm update
- name: drop temp repo
shell: epm rr tasks || true
- name: upgrade epm
shell: epm upgrade --auto
- name: upgrade
shell: epm full-upgrade --auto
# - name: upgrade --no-remove
# shell: epm upgrade --auto --no-remove
# TODO: сначала смотреть, что там удаляется
# - name: upgrade
# shell: epm upgrade --auto
# - name: upgrade internal
# shell: epmi /var/ftp/tmp/lav/etersoft-devel-utils-1.8.11-alt1.noarch.rpm
......@@ -3,17 +3,6 @@
gather_facts: no
tasks:
# - name: update repositories
# shell: epm ar 248002 ; epm update
# register: epmu
# - name: upgrade --no-remove
# shell: epm upgrade --auto --no-remove
# TODO: сначала смотреть, что там удаляется
# - name: install new telegram
# shell: epm --auto install telegram-desktop
- name: drop temp repo
shell: epm rr 248002
- name: upgrade telegram
shell: epm play telegram
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment