Add tmpfs mount enable to server role
This commit is contained in:
parent
a0be654b92
commit
05b475c464
@ -16,3 +16,9 @@
|
||||
- name: Configure hostsfile
|
||||
when: skylab_direct_peers is defined
|
||||
ansible.builtin.include_tasks: hosts.yaml
|
||||
|
||||
- name: Enable tmpfs mount
|
||||
become: true
|
||||
ansible.builtin.systemd:
|
||||
name: tmp.mount
|
||||
enabled: true
|
||||
|
Reference in New Issue
Block a user