We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 76fcf2f + 5b6af50 commit 6870d56Copy full SHA for 6870d56
ansible/roles/common/templates/admin-openrc.sh.j2
@@ -1,3 +1,5 @@
1
+# {{ ansible_managed }}
2
+
3
# Clear any old environment that may conflict.
4
for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done
5
export OS_PROJECT_DOMAIN_NAME=Default
0 commit comments