Remove unnecessary use of become
from some roles
This should make execution much faster
This commit is contained in:
@ -1,7 +1,6 @@
|
||||
- name: Install Base Packages
|
||||
package:
|
||||
name: "{{ item }}"
|
||||
become: true
|
||||
loop:
|
||||
- htop
|
||||
- neofetch
|
||||
|
Reference in New Issue
Block a user