fix src path

This commit is contained in:
Christian Seyfferth
2024-09-09 13:34:21 +02:00
parent 5b5ab66167
commit 1635f8ad36
+1 -1
View File
@@ -2,6 +2,6 @@
- name: Copy bash config files
ansible.builtin.copy:
src: ../files/profile.d/*
src: ../files/profile.d/
dest: /etc/profile.d/
become: true