install oh-my-zsh

This commit is contained in:
Pim Kunis 2022-12-28 10:28:37 +01:00
parent cc13808081
commit e2ed89ddd1
4 changed files with 28 additions and 41 deletions

View file

@ -31,3 +31,7 @@
copy:
src: "{{ role_path }}/files/keepassxc.ini"
dest: ~/.config/keepassxc/keepassxc.ini
- name: Create repos directory
file:
path: ~/repos
state: directory