Clear /tmp at boot
This commit is contained in:
parent
9a6e567738
commit
d5ab73fec1
1 changed files with 6 additions and 0 deletions
|
@ -38,3 +38,9 @@
|
|||
path: /etc/rc.conf.d/ansible-workstation
|
||||
regexp: '^ifconfig_wlan0_ipv6=.*'
|
||||
line: 'ifconfig_wlan0_ipv6="inet6 accept_rtadv"'
|
||||
- name: Clear /tmp at boot
|
||||
become: true
|
||||
ansible.builtin.lineinfile:
|
||||
path: /etc/rc.conf.d/ansible-workstation
|
||||
regexp: '^clear_tmp_enable=.*'
|
||||
line: 'clear_tmp_enable="YES"'
|
||||
|
|
Loading…
Reference in a new issue