Fix missing git on new install
I locked myself out and had to rerun the scripting. It failed on the user role since git wasn't installed. The dependency is now correctly added.
This commit is contained in:
parent
77c9614321
commit
abd99b179e
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@
|
||||||
ansible.builtin.apt:
|
ansible.builtin.apt:
|
||||||
pkg:
|
pkg:
|
||||||
- acl # Needed to prevent this error: https://stackoverflow.com/questions/46352173/ansible-failed-to-set-permissions-on-the-temporary
|
- acl # Needed to prevent this error: https://stackoverflow.com/questions/46352173/ansible-failed-to-set-permissions-on-the-temporary
|
||||||
|
- git
|
||||||
- zsh
|
- zsh
|
||||||
state: latest
|
state: latest
|
||||||
- name: Install Oh My ZSH # noqa: command-instead-of-module ignore error since we're removing the script after install.
|
- name: Install Oh My ZSH # noqa: command-instead-of-module ignore error since we're removing the script after install.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue