From dbd762b4485daaa1e73106e434281d852b1a1fad Mon Sep 17 00:00:00 2001 From: tuxtank-dev Date: Wed, 26 Jun 2024 16:51:49 +0100 Subject: [PATCH] Capitalise example config dir --- serversecrets.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serversecrets.example b/serversecrets.example index 4c62d3b..20884d5 100755 --- a/serversecrets.example +++ b/serversecrets.example @@ -2,7 +2,7 @@ admin_user_name: admin # Ansible Configuration Directory - Where all the ansible playbooks are stored -ansibleconf_directory: ~/client-ansible-setup +ansibleconf_directory: ~/Client-Ansible-Setup # Services Directory - Where all service data and docker configuration will be deployed services_directory: /services