Usersettings: Make sure, if can be run on it's own
This commit is contained in:
parent
9f7fa75980
commit
e54ac96f54
|
@ -1,6 +1,17 @@
|
||||||
---
|
---
|
||||||
# Common/Usersettings: Universial Dotfiles. Update regularly.
|
# Common/Usersettings: Universial Dotfiles. Update regularly.
|
||||||
|
|
||||||
|
- name: usersettings - Install required tools
|
||||||
|
become: yes
|
||||||
|
ansible.builtin.apt:
|
||||||
|
name: "{{ packages }}"
|
||||||
|
state: present
|
||||||
|
update_cache: yes
|
||||||
|
vars:
|
||||||
|
packages:
|
||||||
|
- git
|
||||||
|
- python3-pip
|
||||||
|
|
||||||
- name: usersettings - Install/ Update oh-my-zsh for current user
|
- name: usersettings - Install/ Update oh-my-zsh for current user
|
||||||
ansible.builtin.git:
|
ansible.builtin.git:
|
||||||
repo: https://github.com/robbyrussell/oh-my-zsh.git
|
repo: https://github.com/robbyrussell/oh-my-zsh.git
|
||||||
|
|
Loading…
Reference in a new issue