From 4d6a79d217a69d78db45d766f6d04a047bd8fecf Mon Sep 17 00:00:00 2001 From: Maksim Malchuk Date: Sun, 30 May 2021 21:36:15 +0300 Subject: [PATCH] Add the ansible_managed header for admin-openrc.sh This change inform us that the file is 'Ansible managed' TrivialFix Change-Id: I99ebeb493ff9c3c7af0010ce1efea45c7f9a2559 Signed-off-by: Maksim Malchuk --- ansible/roles/common/templates/admin-openrc.sh.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ansible/roles/common/templates/admin-openrc.sh.j2 b/ansible/roles/common/templates/admin-openrc.sh.j2 index d5a1d0b29c..deccd58b45 100644 --- a/ansible/roles/common/templates/admin-openrc.sh.j2 +++ b/ansible/roles/common/templates/admin-openrc.sh.j2 @@ -1,3 +1,5 @@ +# {{ ansible_managed }} + # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_PROJECT_DOMAIN_NAME=Default