Ref. tasks/main.yml:17
# FIXME: switch to another archlinux package manager module due to permissions issues
- name: yaourt | github enchancers
yaourt: name="{{ item }}"
with_items: "{{ github_packages }}"
when: ansible_distribution == 'Archlinux'
# become: yes
…
yaourt does not handle permissions well - this will only work if the sudo cache is still valid see: ansible/ansible-modules-extras/pull/1104