summaryrefslogtreecommitdiffstats
path: root/roles/network/tasks/install-archlinux.yml
blob: b238d0cb164e8d5c3cb591807452a760e615fc69 (plain) (blame)
1
2
3
4
5
6
7
---
- name: "Ensure network_packages are installed"
  become: true
  community.general.pacman:
    name: "{{ network_packages }}"
    state: "present"
    update_cache: true