summaryrefslogtreecommitdiff
path: root/roles/install_tayga/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/install_tayga/tasks/main.yml')
-rw-r--r--roles/install_tayga/tasks/main.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/install_tayga/tasks/main.yml b/roles/install_tayga/tasks/main.yml
index 0f38790..7d4c6a5 100644
--- a/roles/install_tayga/tasks/main.yml
+++ b/roles/install_tayga/tasks/main.yml
@@ -11,6 +11,11 @@
mode: 0644
notify: restart tayga
+- name: create systemd override folder
+ ansible.builtin.file:
+ path: /etc/systemd/system/tayga.service.d
+ state: directory
+
- name: systemd override.conf
template:
src: systemd_override.conf.j2