forked from Deuxfleurs/infrastructure
Add sudo
This commit is contained in:
parent
2789117397
commit
cbd12c1877
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue