Skip to content

Commit 5b6af50

Browse files
committed
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 <[email protected]> (cherry picked from commit 4d6a79d)
1 parent 6387e43 commit 5b6af50

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ansible/roles/common/templates/admin-openrc.sh.j2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# {{ ansible_managed }}
2+
13
# Clear any old environment that may conflict.
24
for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done
35
export OS_PROJECT_DOMAIN_NAME=Default

0 commit comments

Comments
 (0)