From 4819295206d7e1ef2f384dd8b66259434181a3d7 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 8 Sep 2020 11:59:59 +0300 Subject: fix(sane_debian_system): install sudo --- roles/sane_debian_system/tasks/apt.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'roles') diff --git a/roles/sane_debian_system/tasks/apt.yml b/roles/sane_debian_system/tasks/apt.yml index 84c6420..d7c82d4 100644 --- a/roles/sane_debian_system/tasks/apt.yml +++ b/roles/sane_debian_system/tasks/apt.yml @@ -19,6 +19,10 @@ update_cache: yes cache_valid_time: 0 +- name: install sudo + apt: + name: sudo + # Now install https transport for APT. This is installed before # changing sources lists, so that if they happen to use https URLs apt # will still work. apt-transport-https is in the main Debian archive, -- cgit v1.2.1