From d73f54e7e56f689fa3dc69e5a54f078c9680c337 Mon Sep 17 00:00:00 2001 From: Emil Renner Berthing Date: Wed, 3 Oct 2018 15:31:49 +0200 Subject: debian: add basic Debian role --- roles/debian/tasks/tmpfs.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 roles/debian/tasks/tmpfs.yml (limited to 'roles/debian/tasks/tmpfs.yml') diff --git a/roles/debian/tasks/tmpfs.yml b/roles/debian/tasks/tmpfs.yml new file mode 100644 index 0000000..67b16c6 --- /dev/null +++ b/roles/debian/tasks/tmpfs.yml @@ -0,0 +1,10 @@ +--- +- name: Mount tmpfs on /tmp + copy: + dest: '/etc/systemd/system/tmp.mount' + src: tmp.mount + owner: root + group: root + mode: 0644 + +# vim: set ts=2 sw=2 et: -- cgit v1.2.1