Usersettings: Make sure, if can be run on it's own

This commit is contained in:
Jannik Beyerstedt 2021-12-08 12:24:54 +01:00
parent 9f7fa75980
commit e54ac96f54
1 changed files with 11 additions and 0 deletions

View File

@ -1,6 +1,17 @@
---
# 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
ansible.builtin.git:
repo: https://github.com/robbyrussell/oh-my-zsh.git