mirror of
https://gitlab.com/dbrw/ansible-setup.git
synced 2025-08-04 07:35:40 +07:00
update req
- change nodejs to nodejs gallium - add ddev
This commit is contained in:
parent
1d926accab
commit
062626dd41
@ -10,9 +10,11 @@
|
||||
append: True
|
||||
user: "{{ username }}"
|
||||
|
||||
|
||||
- name: Enable docker service
|
||||
ansible.builtin.systemd:
|
||||
name: docker
|
||||
state: started
|
||||
enabled: yes
|
||||
|
||||
- name: Install ddev
|
||||
aur: name=ddev-bin user={{ username }} dir={{ aur.dir }}
|
||||
|
@ -3,7 +3,7 @@
|
||||
community.general.pacman:
|
||||
name:
|
||||
- emacs-nativecomp
|
||||
- nodejs
|
||||
- nodejs-lts-gallium
|
||||
- ripgrep
|
||||
- fd
|
||||
- editorconfig-core-c
|
||||
|
Loading…
Reference in New Issue
Block a user