Sudo needs to be installed. Move it out of the disabled updates section.

This commit is contained in:
Hyperling 2021-02-03 12:38:42 -06:00
parent de1c43e7d9
commit ee8733c862

View File

@ -14,6 +14,7 @@
package: package:
name: name:
- bash - bash
- sudo
- htop - htop
- neofetch - neofetch
- "{{ sshfs }}" - "{{ sshfs }}"
@ -25,7 +26,6 @@
name: name:
- ansible - ansible
- git - git
- sudo
state: latest state: latest
when: "1 == 0" when: "1 == 0"