[dopr] install dnf-plugins-core
This commit is contained in:
parent
ed77c78a4e
commit
1a4ea851ae
1 changed files with 3 additions and 3 deletions
|
@ -1,16 +1,16 @@
|
|||
# NB: dopr was initially called cdic
|
||||
|
||||
- name: enabled our copr
|
||||
shell: "dnf enable -y msuchy/copr"
|
||||
|
||||
- name: install basic packages
|
||||
yum: state=present pkg={{ item }}
|
||||
with_items:
|
||||
- "tmux"
|
||||
- "bash-completion"
|
||||
- "dnf-plugins-core"
|
||||
tags:
|
||||
- packages
|
||||
|
||||
- name: enable our copr
|
||||
shell: "dnf enable -y msuchy/copr"
|
||||
|
||||
- name: install dopr specific packages
|
||||
yum: state=present pkg={{ item }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue