Add closed source vscode.

This commit is contained in:
Tom Alexander
2024-01-18 22:12:08 -05:00
parent e3e78b3eb5
commit 4d620a33b7
8 changed files with 38 additions and 4 deletions

View File

@@ -94,6 +94,14 @@
- src: makepkg.conf # TODO: Is this needed or can I use the default from devtools?
dest: /etc/aurutils/
- name: chown the custom package db
file:
path: "{{ item }}"
owner: "{{ build_user.name }}"
recurse: true
loop:
- /var/cache/pacman/custom/
- name: Create custom repo db
command: repo-add --sign /var/cache/pacman/custom/custom.db.tar
become: true