summaryrefslogtreecommitdiffstats
path: root/roles/devel/tasks/dnf.yml
blob: 1bf34f79f9502961b49c2ce2307595e0de693c10 (plain)
1
2
3
4
5
- name: Install various ansible requirements
  dnf: name={{item}} state=present
  with_items: 
    - "@Development and Creative Workstation"
    - "libconfig-devel"