17 lines
307 B
YAML
17 lines
307 B
YAML
---
|
|
|
|
- name: Install Godot
|
|
pacman: name=godot
|
|
|
|
- name: Install VSCodium
|
|
aur:
|
|
name: vscodium-bin
|
|
become_user: daniel
|
|
|
|
- name: Fix VSCodium Sandbox
|
|
ansible.builtin.shell:
|
|
cmd: chmod u+s /bedrock/strata/arch/opt/vscodium-bin/chrome-sandbox
|
|
|
|
- name: Install terminator
|
|
pacman: name=terminator
|