install deps on fedora
This commit is contained in:
parent
83118cbcbe
commit
890d722f34
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,9 @@
|
|||
dnf: name={{ item }} state=present
|
||||
with_items:
|
||||
- git
|
||||
- findutils
|
||||
- hostname
|
||||
- mailx
|
||||
- etckeeper
|
||||
when: ansible_distribution == 'Fedora'
|
||||
- name: "install etckeeper (debian)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue