this is fedora now so dnf not yum
This commit is contained in:
parent
f7d81f7c54
commit
20ae33f83c
1 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@
|
|||
|
||||
tasks:
|
||||
- include: "{{ tasks_path }}/yumrepos.yml"
|
||||
- yum: name={{item}} state=present
|
||||
- dnf: name={{item}} state=present
|
||||
with_items:
|
||||
- git
|
||||
|
||||
|
@ -59,7 +59,7 @@
|
|||
- src: /srv/git/fedora-hubs/systemd/hubs-webapp.service
|
||||
dest: /usr/lib/systemd/system/hubs-webapp.service
|
||||
remote_src: True
|
||||
- yum: name={{item}} state=present
|
||||
- dnf: name={{item}} state=present
|
||||
with_items:
|
||||
- htop
|
||||
- tmux
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue