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