From 3d35228d29035129a8b467de1d3ec5e0f9f0cebf Mon Sep 17 00:00:00 2001 From: Alex Tavarez Date: Tue, 21 Oct 2025 16:34:58 -0400 Subject: [PATCH] Moved SSH user config example from playbook files to lockdown role file --- .../locals => .ansible/roles/lockdown/files}/ssh/config.example | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {playbooks/files/locals => .ansible/roles/lockdown/files}/ssh/config.example (100%) diff --git a/playbooks/files/locals/ssh/config.example b/.ansible/roles/lockdown/files/ssh/config.example similarity index 100% rename from playbooks/files/locals/ssh/config.example rename to .ansible/roles/lockdown/files/ssh/config.example