initial commit

This commit is contained in:
Christian Seyfferth
2024-08-27 09:03:52 +02:00
commit 90c3c56f89
8 changed files with 226 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
---
- name: Copy bash config files
ansible.builtin.copy:
src: ../files/
dest: /etc/profile.d/
+3
View File
@@ -0,0 +1,3 @@
---
- name: Improve bash setup
include_tasks: improved-bash.yml