forked from saratov/infra
Fix update_cache to omit removed tasks warnings
This commit is contained in:
parent
623e2ba9c2
commit
01c366f1d0
@ -55,7 +55,11 @@
|
||||
shell: apt-get update
|
||||
|
||||
- name: update apt and rpm
|
||||
shell: apt-get install -y apt rpm
|
||||
apt_rpm:
|
||||
pkg:
|
||||
- apt
|
||||
- rpm
|
||||
state: installed
|
||||
|
||||
- name: dist-upgrade
|
||||
shell: apt-get -y dist-upgrade
|
||||
@ -82,7 +86,6 @@
|
||||
apt_rpm:
|
||||
pkg: ntpdate,curl
|
||||
state: installed
|
||||
update_cache: yes
|
||||
|
||||
- name: install Alterator`s modules
|
||||
apt_rpm:
|
||||
|
Loading…
Reference in New Issue
Block a user