summaryrefslogtreecommitdiff
path: root/tasks/dependencies/ubuntu.yml
blob: 742fda3689761c4c54ec228008e91c1e05af3a85 (plain)
1
2
3
4
5
6
- name: Update Aptitude
  become: true
  ansible.builtin.apt:
    update_cache: true
  tags:
    - always