From 811cd67eecfbd5f2bc49f989394ec6c47ac7b200 Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 30 Oct 2018 21:29:12 -0400 Subject: [PATCH] Update main.yml --- roles/2-common/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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