summaryrefslogtreecommitdiffstats
path: root/configure.yml
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-06-28 08:42:28 +0200
committerAhmed Abdelhalim <[email protected]>2026-06-29 17:06:14 +0200
commit50af6ee0faf0d73838d5d499b70afa5aaebb7db1 (patch)
tree8639fb3bd48796fac0bf2eb217bd299e2ec8ff43 /configure.yml
parentb56d7963ef003f7d76ff51762673c9bff5323c7e (diff)
Update configure play names
Diffstat (limited to 'configure.yml')
-rw-r--r--configure.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.yml b/configure.yml
index c876d287..dc1089a9 100644
--- a/configure.yml
+++ b/configure.yml
@@ -1,5 +1,5 @@
---
-- name: "Dev configure"
+- name: "Development machine configure"
gather_facts: true
hosts:
- desktop.local
@@ -55,7 +55,7 @@
- "prometheus-node-exporter"
- "gpu_driver"
- - name: "Archlinux"
+ - name: "Archlinux configure"
when: ansible_distribution == 'Archlinux'
ansible.builtin.include_role:
name: "{{ role }}"
@@ -69,7 +69,7 @@
- "chromium"
- "steam"
- - name: "Ubuntu"
+ - name: "Ubuntu configure"
when: ansible_distribution == 'Ubuntu'
ansible.builtin.include_role:
name: "{{ role }}"