diff --git a/roles/2-common/tasks/main.yml b/roles/2-common/tasks/main.yml index 48a072231..66558eaec 100644 --- a/roles/2-common/tasks/main.yml +++ b/roles/2-common/tasks/main.yml @@ -72,9 +72,9 @@ value: 1 state: present -- name: Install custom profile file +- name: Install custom /etc/profile.d/zzz_iiab.sh from template template: - dest: /etc/profile.d/zzz_iiab.sh + path: /etc/profile.d/zzz_iiab.sh src: zzz_iiab.sh owner: root mode: 0644