Updates
This commit is contained in:
10
functions/copy_etc-profile.d.yml
Normal file
10
functions/copy_etc-profile.d.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
# Copy profiles to /etc/profile.d/
|
||||
- name: Copying profiles to /etc/profile.d
|
||||
copy:
|
||||
src: "{{ item }}"
|
||||
dest: /etc/profile.d/
|
||||
owner: root
|
||||
group: root
|
||||
mode: 0755
|
||||
with_fileglob:
|
||||
- profile.d/*
|
||||
Reference in New Issue
Block a user