2 - name: Include vars all
3 ansible.builtin.include_vars:
5 - name: Include vars lists
6 ansible.builtin.include_vars:
8 loop: "{{ group_names }}"
9 - name: Install list of packages
11 pkg: "{{ fsit_cmgt_software_alle + fsit_cmgt_software + fsit_cmgt_software_extra }}"