skylab
/
skylab-ansible
Archived
2
0
Fork 0

Add tmpfs mount enable to server role

This commit is contained in:
Ethan Paul 2021-11-10 23:31:31 -05:00
parent a0be654b92
commit 05b475c464
No known key found for this signature in database
GPG Key ID: 6A337337DF6B5B1A
1 changed files with 6 additions and 0 deletions

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