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