summaryrefslogtreecommitdiffstats
path: root/roles/stow/tasks
diff options
context:
space:
mode:
authorAhmed AbdelHalim <[email protected]>2025-11-03 23:05:10 +0100
committerAhmed AbdelHalim <[email protected]>2025-11-03 23:16:51 +0100
commitc755315a4645cea02b4498b3eceb2fb2e96ad00d (patch)
tree5b016dc8609d6ecca09f2f609323cb5b02811c4a /roles/stow/tasks
parentd5c97427499862c168414996763f7fc55438eb54 (diff)
Add dotfiles setup role w/testing
Diffstat (limited to 'roles/stow/tasks')
-rw-r--r--roles/stow/tasks/main.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/stow/tasks/main.yml b/roles/stow/tasks/main.yml
new file mode 100644
index 00000000..bbed9279
--- /dev/null
+++ b/roles/stow/tasks/main.yml
@@ -0,0 +1,6 @@
+---
+- name: "Ensure stow is installed"
+ become: true
+ ansible.builtin.package:
+ name: "stow"
+ state: "present"