diff --git a/tasks/usersettings.yml b/tasks/usersettings.yml index 4b9320e..751a007 100644 --- a/tasks/usersettings.yml +++ b/tasks/usersettings.yml @@ -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