- name: Installing Go apps become_user: user shell: "go install {{ item }}" with_items: "{{ go_apps }}" when: go_apps is defined