--- - name: "Ensure network_packages are installed" become: true community.general.pacman: name: "{{ network_packages }}" state: "present"