Add tmpfs mount enable to server role

This commit is contained in:
2021-11-10 23:31:31 -05:00
parent a0be654b92
commit 05b475c464

View File

@@ -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