summaryrefslogtreecommitdiff
path: root/tasks/dependencies/fedora.yml
blob: df554c67dd209af646682782f30b57576b8e9b25 (plain)
1
2
3
4
5
6
- name: Install which
  become: true
  ansible.builtin.package:
    name: which
  tags:
    - always