summaryrefslogtreecommitdiff
path: root/roles/gdb
diff options
context:
space:
mode:
authorDmitry Ilvokhin <d@ilvokhin.com>2025-08-09 10:20:16 +0100
committerDmitry Ilvokhin <d@ilvokhin.com>2025-08-09 10:20:16 +0100
commit5286c9039bb762ceef9c092c571cde7407d87c86 (patch)
tree34ff5472c81a0169355091a4d4b7828393d0272f /roles/gdb
parenta242fb4cc9eed9dd4b85784de85effc327b77238 (diff)
downloadinfra-5286c9039bb762ceef9c092c571cde7407d87c86.tar.gz
infra-5286c9039bb762ceef9c092c571cde7407d87c86.tar.bz2
infra-5286c9039bb762ceef9c092c571cde7407d87c86.zip
Move gdb configuration to gdbinit role
Diffstat (limited to 'roles/gdb')
-rw-r--r--roles/gdb/tasks/main.yml8
1 files changed, 2 insertions, 6 deletions
diff --git a/roles/gdb/tasks/main.yml b/roles/gdb/tasks/main.yml
index 2cb5d08..51161b3 100644
--- a/roles/gdb/tasks/main.yml
+++ b/roles/gdb/tasks/main.yml
@@ -5,11 +5,7 @@
state: present
- name: Configure gdb for Dmitry Ilvokhin
- ansible.builtin.copy:
- src: misc/dotfiles/gdbinit
- dest: /home/d/.gdbinit
- owner: d
- group: d
- mode: u+rw,g+r,o+r
+ ansible.builtin.include_role:
+ name: gdbinit
tags:
- dotfiles