This commit is contained in:
Quentin 2020-02-16 19:57:53 +01:00
parent 2789117397
commit cbd12c1877

View file

@ -3,7 +3,6 @@
that:
- "ansible_architecture == 'aarch64' or ansible_architecture == 'armv7l' or ansible_architecture == 'x86_64'"
- "ansible_os_family == 'Debian'"
- "ansible_distribution_version == 'buster/sid'"
- name: "Upgrade system"
apt:
@ -36,9 +35,8 @@
- less
- parted
- btrfs-tools
- systemd-timesyncd
- systemd-resolved
- libnss-resolve
- net-tools
- strace
- sudo
state: present