Install sudo for "become" on arch
This commit is contained in:
@@ -103,6 +103,11 @@
|
||||
when: distro == 'fedora'
|
||||
|
||||
- block:
|
||||
- name: install sudo
|
||||
package:
|
||||
state: installed
|
||||
name: sudo
|
||||
|
||||
- name: create build user on arch
|
||||
user:
|
||||
name: makepkg
|
||||
|
||||
Reference in New Issue
Block a user