From 1b32a28dd8e450990017f39077fe4700b6cb46bd Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Tue, 3 Mar 2020 19:02:24 -0600 Subject: [PATCH] certs: Add logo symlink The `logo` symbolic link under `certs` serves as a more convenient path for the certificates in the `.certs` submodule. Roles can refer to certificates using this path instead of the submodule directly. --- certs/logo | 1 + 1 file changed, 1 insertion(+) create mode 120000 certs/logo diff --git a/certs/logo b/certs/logo new file mode 120000 index 0000000..7d612c2 --- /dev/null +++ b/certs/logo @@ -0,0 +1 @@ +../.certs/certificates \ No newline at end of file