fix(ansible): Fixed role changes that were lost in a git fail

This commit is contained in:
Timothy Stewart
2022-03-27 14:58:52 -05:00
parent 16ee29ada2
commit de9c9328e9
3 changed files with 6 additions and 7 deletions

View File

@@ -7,7 +7,7 @@ After=network-online.target
Type=notify
ExecStartPre=-/sbin/modprobe br_netfilter
ExecStartPre=-/sbin/modprobe overlay
ExecStart=/usr/local/bin/k3s server --data-dir {{ k3s_server_location }} {{ extra_server_args | default("") }}
ExecStart=/usr/local/bin/k3s server {{ extra_server_args | default("") }}
KillMode=process
Delegate=yes
# Having non-zero Limit*s causes performance problems due to accounting overhead