diff options
Diffstat (limited to 'playbooks/roles/jump-vm/templates/meta-data.j2')
-rw-r--r-- | playbooks/roles/jump-vm/templates/meta-data.j2 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/playbooks/roles/jump-vm/templates/meta-data.j2 b/playbooks/roles/jump-vm/templates/meta-data.j2 index b4cc5e8..28eea16 100644 --- a/playbooks/roles/jump-vm/templates/meta-data.j2 +++ b/playbooks/roles/jump-vm/templates/meta-data.j2 @@ -1 +1,7 @@ +{# +SPDX-FileCopyrightText: 2021 Anuket contributors + +SPDX-License-Identifier: Apache-2.0 +#} + local-hostname: {{ jumphost.name }} |