diff options
author | Niklas Yann Wettengel <niyawe@niyawe.de> | 2022-01-22 23:18:36 +0100 |
---|---|---|
committer | Niklas Yann Wettengel <niyawe@niyawe.de> | 2022-01-22 23:18:36 +0100 |
commit | 4d3268b80b55e227a1a89515842cbaaa8a13d788 (patch) | |
tree | e7b85a5214614c5dcb7c999f56c0b369011b50d3 /roles/install_tayga/tasks | |
parent | fb0dbf28a0e7979050858256d2040d734b282afe (diff) |
loppermann1
Diffstat (limited to 'roles/install_tayga/tasks')
-rw-r--r-- | roles/install_tayga/tasks/main.yml | 5 |
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 |