summaryrefslogtreecommitdiffstats
path: root/roles/copr_cli/tasks/main.yml
blob: f8496199d6d875a581f842834fd0557389f0b298 (plain)
1
2
3
4
5
6
7
8
9
10
---
- yum:
    name: copr-cli
    state: present
  when: ansible_pkg_mgr == "yum"

- dnf:
    name: copr-cli
    state: present
  when: ansible_pkg_mgr == "dnf"