added dist-upgrade
This commit is contained in:
parent
6e11e2771d
commit
384d0a6388
10
liebchen.yml
10
liebchen.yml
@ -1,5 +1,15 @@
|
|||||||
- hosts: localhost
|
- hosts: localhost
|
||||||
tasks:
|
tasks:
|
||||||
|
- name: Update apt repo and cache
|
||||||
|
apt:
|
||||||
|
update_cache: yes
|
||||||
|
force_apt_get: yes
|
||||||
|
cache_valid_time: 0
|
||||||
|
|
||||||
|
- name: Upgrade all packages
|
||||||
|
apt:
|
||||||
|
upgrade: dist
|
||||||
|
force_apt_get: yes
|
||||||
|
|
||||||
- name: Install general packages
|
- name: Install general packages
|
||||||
apt:
|
apt:
|
||||||
|
Loading…
Reference in New Issue
Block a user