# vim: set filetype=yaml.ansible : --- - name: append to syspkgs ansible.builtin.set_fact: syspkgs: "{{ syspkgs + [ 'hyperfine' ] }}"