Updates for buster and gnome desktop.

This commit is contained in:
Andreas B. Mundt 2019-04-01 11:47:55 +03:00
parent ad70eb6034
commit a72fae8d38
5 changed files with 23 additions and 20 deletions

View file

@ -11,9 +11,9 @@
autoremove: yes
- name: install some packages
apt: name={{ item }} state=latest
with_items:
- etckeeper
apt:
name: etckeeper
state: latest
#- name: clean apt package cache
# command: apt clean