[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
|
# NB: dopr was initially called cdic
|
||||||
|
|
||||||
- name: enabled our copr
|
|
||||||
shell: "dnf enable -y msuchy/copr"
|
|
||||||
|
|
||||||
- name: install basic packages
|
- name: install basic packages
|
||||||
yum: state=present pkg={{ item }}
|
yum: state=present pkg={{ item }}
|
||||||
with_items:
|
with_items:
|
||||||
- "tmux"
|
- "tmux"
|
||||||
- "bash-completion"
|
- "bash-completion"
|
||||||
|
- "dnf-plugins-core"
|
||||||
tags:
|
tags:
|
||||||
- packages
|
- packages
|
||||||
|
|
||||||
|
- name: enable our copr
|
||||||
|
shell: "dnf enable -y msuchy/copr"
|
||||||
|
|
||||||
- name: install dopr specific packages
|
- name: install dopr specific packages
|
||||||
yum: state=present pkg={{ item }}
|
yum: state=present pkg={{ item }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue