summaryrefslogtreecommitdiff
path: root/roles/devtools/tasks
diff options
context:
space:
mode:
authorDmitry Ilvokhin <d@ilvokhin.com>2025-12-18 22:39:02 +0000
committerDmitry Ilvokhin <d@ilvokhin.com>2025-12-18 22:39:02 +0000
commitbfab8288286528c11f3cd767d84198ebc7726e49 (patch)
tree1268187ea2644cc4231834895ff628d400145e45 /roles/devtools/tasks
parent154c4f0e4805caa9403e2bb817006f54f66d195f (diff)
downloadinfra-bfab8288286528c11f3cd767d84198ebc7726e49.tar.gz
infra-bfab8288286528c11f3cd767d84198ebc7726e49.tar.bz2
infra-bfab8288286528c11f3cd767d84198ebc7726e49.zip
Add devtools and makepkgconfig
Required to build Arch Linux packages.
Diffstat (limited to 'roles/devtools/tasks')
-rw-r--r--roles/devtools/tasks/main.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/roles/devtools/tasks/main.yml b/roles/devtools/tasks/main.yml
new file mode 100644
index 0000000..bce0e20
--- /dev/null
+++ b/roles/devtools/tasks/main.yml
@@ -0,0 +1,11 @@
+- name: Install devtools
+ ansible.builtin.package:
+ name:
+ - devtools
+ state: present
+
+- name: Configure devtools for Dmitry Ilvokhin
+ ansible.builtin.include_role:
+ name: makepkgconfig
+ tags:
+ - dotfiles