vn-ansible/roles/debian-base/tasks/profile.yml

8 lines
154 B
YAML
Raw Normal View History

2024-09-23 12:30:38 +00:00
- name: Copy profile configuration file
copy:
src: profile.sh
2024-09-24 11:04:59 +00:00
dest: /etc/profile.d/vn.sh
mode: u=rw,g=r,o=r
2024-09-23 12:30:38 +00:00
owner: root
group: root