Merge branch 'master' of ssh://git-ssh.notandy.de:2222/ansible/roles/basic_tools into HEAD
This commit is contained in:
commit
d1694b7069
2 changed files with 24 additions and 0 deletions
|
|
@ -25,3 +25,14 @@
|
|||
src: dotfiles/tmux.conf
|
||||
dest: /etc/tmux.conf
|
||||
mode: 0644
|
||||
|
||||
- name: work around a debian bug in smartmontools
|
||||
copy:
|
||||
src: smartmontools
|
||||
dest: /etc/default/smartmontools
|
||||
mode: 0644
|
||||
|
||||
- name: enforce vim as editor
|
||||
community.general.alternatives:
|
||||
name: editor
|
||||
path: /usr/bin/vim.basic
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue