ansible-collection-hardening/tasks/profile.yml
Sebastian Gumprich a957fb6245 style update
2017-08-04 22:23:12 +02:00

9 lines
219 B
YAML

---
- name: create profile.conf
template:
src: 'profile.conf.j2'
dest: '/etc/profile.d/pinerolo_profile.sh'
owner: 'root'
group: 'root'
mode: '0750'
when: not os_security_kernel_enable_core_dump