install yay

This commit is contained in:
Bertrand Benjamin 2018-08-22 22:20:26 +02:00
parent f44121acbb
commit 5c2380f21f

View File

@ -16,3 +16,10 @@
accept_hostkey: yes
become_user: aur_builder
- name: Install Yay
aur:
name: yay
use: makepkg
skip_installed: true
become: true
become_user: aur_builder