aboutsummaryrefslogtreecommitdiff
path: root/roles/sliver-c2/tasks/apt_install.yaml
blob: 8910e04cbd3a3af77041204985289449d9a641fe (plain)
1
2
3
4
5
- name: install apt packages
  apt:
    name: "{{ apt_packages }}"
    state: present
    update_cache: true