From 1635f8ad367114f93b31c18e506afac11ebd6f16 Mon Sep 17 00:00:00 2001 From: Christian Seyfferth Date: Mon, 9 Sep 2024 13:34:21 +0200 Subject: [PATCH] fix src path --- roles/common/tasks/improved-bash.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/common/tasks/improved-bash.yml b/roles/common/tasks/improved-bash.yml index 5984c55..f1c4a4a 100644 --- a/roles/common/tasks/improved-bash.yml +++ b/roles/common/tasks/improved-bash.yml @@ -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 \ No newline at end of file