summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 }}"