14 lines
253 B
YAML
14 lines
253 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
|