--- - name: append to pkgs set_fact: syspkgs: "{{ syspkgs + [ 'nodejs', 'npm' ] }}" tags: - RedHat - linux - package