forked from saratov/infra
Removed unused packages installation
This commit is contained in:
parent
b4084ffdb4
commit
084b3e088e
@ -59,13 +59,6 @@
|
||||
- name: update packages list
|
||||
shell: apt-get update
|
||||
|
||||
- name: update apt and rpm
|
||||
apt_rpm:
|
||||
pkg:
|
||||
- apt
|
||||
- rpm
|
||||
state: installed
|
||||
|
||||
- name: downgrade to archive date
|
||||
shell: epm downgrade -y
|
||||
|
||||
@ -90,11 +83,6 @@
|
||||
dest: "/etc/apt/preferences.d/downgrade"
|
||||
when: node.arch == 'e2k'
|
||||
|
||||
- name: install common packages
|
||||
apt_rpm:
|
||||
pkg: ntpdate,curl
|
||||
state: installed
|
||||
|
||||
- name: install Alterator`s modules
|
||||
apt_rpm:
|
||||
pkg: alterator,alterator-net-eth
|
||||
|
Loading…
Reference in New Issue
Block a user