Fix update_cache to omit removed tasks warnings

This commit is contained in:
Андрей Лимачко 2022-04-18 14:50:52 +04:00
parent 623e2ba9c2
commit 01c366f1d0

View File

@ -55,7 +55,11 @@
shell: apt-get update shell: apt-get update
- name: update apt and rpm - name: update apt and rpm
shell: apt-get install -y apt rpm apt_rpm:
pkg:
- apt
- rpm
state: installed
- name: dist-upgrade - name: dist-upgrade
shell: apt-get -y dist-upgrade shell: apt-get -y dist-upgrade
@ -82,7 +86,6 @@
apt_rpm: apt_rpm:
pkg: ntpdate,curl pkg: ntpdate,curl
state: installed state: installed
update_cache: yes
- name: install Alterator`s modules - name: install Alterator`s modules
apt_rpm: apt_rpm: