install oh-my-zsh
This commit is contained in:
parent
cc13808081
commit
e2ed89ddd1
4 changed files with 28 additions and 41 deletions
|
@ -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
|
||||
|
|
Reference in a new issue