update role

This commit is contained in:
Christian Seyfferth
2024-09-09 13:25:57 +02:00
parent e2996c6ea8
commit 5b5ab66167
4 changed files with 1 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
---
- name: Copy bash config files
ansible.builtin.copy:
src: ../files/profile.d/*
dest: /etc/profile.d/
become: true
+3
View File
@@ -0,0 +1,3 @@
---
- name: Improve bash setup
include_tasks: improved-bash.yml