Early update package list

This commit is contained in:
Антон Протопопов 2023-02-21 16:13:19 +04:00
parent 0a7631d4da
commit 478bc1a795

View File

@ -28,6 +28,9 @@
path: /etc/apt/apt.conf.d/tmp.cache.conf path: /etc/apt/apt.conf.d/tmp.cache.conf
state: absent state: absent
- name: update packages list
shell: apt-get update
- name: install eepm package - name: install eepm package
apt_rpm: apt_rpm:
pkg: eepm pkg: eepm
@ -56,9 +59,6 @@
create: yes create: yes
backup: yes backup: yes
- name: update packages list
shell: apt-get update
- name: downgrade to archive date - name: downgrade to archive date
shell: epm downgrade -y shell: epm downgrade -y