--- - name: Install go packages become: "{{ archive_become }}" ansible.builtin.command: creates: "{{ paths.bin }}/{{ pkg.bin }}" cmd: - go - install - "{{ pkg.pkg }}"