1
0
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:
dbrw 2022-07-31 08:41:37 +07:00
parent 1d926accab
commit 062626dd41
Signed by: dhimas
GPG Key ID: 8D5D880EB08F1544
2 changed files with 4 additions and 2 deletions

View File

@ -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 }}

View File

@ -3,7 +3,7 @@
community.general.pacman:
name:
- emacs-nativecomp
- nodejs
- nodejs-lts-gallium
- ripgrep
- fd
- editorconfig-core-c