diff options
Diffstat (limited to 'inventory/group_vars')
-rw-r--r-- | inventory/group_vars/all/global.yaml | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/inventory/group_vars/all/global.yaml b/inventory/group_vars/all/global.yaml index 8b2adf9..c032226 100644 --- a/inventory/group_vars/all/global.yaml +++ b/inventory/group_vars/all/global.yaml @@ -1,12 +1,8 @@ --- -# SPDX-license-identifier: Apache-2.0 -############################################################################## -# Copyright (c) Ericsson AB and others -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Apache License, Version 2.0 -# which accompanies this distribution, and is available at -# http://www.apache.org/licenses/LICENSE-2.0 -############################################################################## + +# SPDX-FileCopyrightText: 2021 Ericsson AB and others +# +# SPDX-License-Identifier: Apache-2.0 # root directory of kuberef repository kuberef_root: "{{ lookup('env', 'CURRENTPATH') }}" |