chore: added ansible_managed comment

This commit is contained in:
2023-11-19 15:05:16 +00:00
parent 097ce0a6cf
commit 91bb317600
2 changed files with 4 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
{{ ansible_managed | comment }}
K3S_DATASTORE_ENDPOINT='{{ k3s_datastore_endpoint }}' K3S_DATASTORE_ENDPOINT='{{ k3s_datastore_endpoint }}'
K3S_KUBECONFIG_MODE='{{ k3s_kubeconfig_mode }}' K3S_KUBECONFIG_MODE='{{ k3s_kubeconfig_mode }}'
K3S_TOKEN='{{ k3s_token }}' K3S_TOKEN='{{ k3s_token }}'

View File

@@ -1,3 +1,5 @@
{{ ansible_managed | comment }}
[Unit] [Unit]
Description=Lightweight Kubernetes Description=Lightweight Kubernetes
Documentation=https://k3s.io Documentation=https://k3s.io