---
- name: Ensure Package manager cache is updated
  community.general.pacman:
    update_cache: true

- name: Run generic tasks
  include_tasks: continue.yml
  loop: "{{ software }}"
  loop_control:
    label: "{{ software_item }}"
    loop_var: software_item
