cachy-workstation

Log | Files | Refs | README

main.yml (122B)


      1 ---
      2 - name: Install general packages
      3   community.general.pacman:
      4     name: "{{ packages_to_install }}"
      5     state: present