File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ - name : update-initramfs
3+ command : ' update-initramfs -u'
Original file line number Diff line number Diff line change 99 mode : ' 0755'
1010 state : ' directory'
1111
12- - name : create aditional limits config file -> 10.hardcore.conf | sysctl-31a, sysctl-31b
12+ - name : create additional limits config file -> 10.hardcore.conf | sysctl-31a, sysctl-31b
1313 pam_limits :
1414 dest : ' /etc/security/limits.d/10.hardcore.conf'
1515 domain : ' *'
Original file line number Diff line number Diff line change 3030 owner : ' root'
3131 group : ' root'
3232 mode : ' 0440'
33+ notify :
34+ - update-initramfs
3335 when : ansible_os_family == 'Debian' and os_security_kernel_enable_module_loading
3436 register : initramfs
3537
36- - name : update-initramfs
37- command : ' update-initramfs -u'
38- when : initramfs.changed
39-
4038- name : create a combined sysctl-dict if overwrites are defined
4139 set_fact :
4240 sysctl_config : ' {{ sysctl_config | combine(sysctl_overwrite) }}'
You can’t perform that action at this time.
0 commit comments