forked from saratov/infra
fix apt and rpm upgrade
This commit is contained in:
parent
f6386f555b
commit
ed5f51053f
@ -32,8 +32,11 @@
|
|||||||
- name: update packages list
|
- name: update packages list
|
||||||
shell: apt-get update
|
shell: apt-get update
|
||||||
|
|
||||||
|
- name: update apt and rpm
|
||||||
|
shell: apt-get install -y apt rpm
|
||||||
|
|
||||||
- name: dist-upgrade
|
- name: dist-upgrade
|
||||||
shell: apt-get install -y apt rpm && apt-get -y dist-upgrade
|
shell: apt-get -y dist-upgrade
|
||||||
|
|
||||||
- name: include additional apt repos from tasks
|
- name: include additional apt repos from tasks
|
||||||
block:
|
block:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user