Fix typo in variable

This commit is contained in:
Jake Howard 2020-04-04 20:20:57 +01:00
parent 699acdfb14
commit 72acfa3145
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -86,7 +86,7 @@
- name: "Install makepkg tools"
aur:
skip_installed: true
name: "{{ items }}"
name: "{{ item }}"
become: true
become_user: aur_builder
when: "item not in installed_packages.stdout_lines"