From fe61da643ed89af7dcfe0786c07f5a6daf5ea093 Mon Sep 17 00:00:00 2001 From: Ahmed AbdelHalim Date: Thu, 4 Sep 2025 04:33:36 +0200 Subject: Make the testing commands generic --- CLAUDE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 82474d1a..29296755 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -41,10 +41,10 @@ molecule verify -s archlinux # Run verify only ```bash # Copy to remote machine for debugging -rsync -r . archlinux.local:/opt/ansible-distro-configure +rsync -r . :/opt/ansible-distro-configure # Run on remote machine with proper PATH -ssh archlinux.local "cd /opt/ansible-distro-configure && PATH=~/.local/bin:\$PATH ~/.local/bin/molecule test -s archlinux" +ssh "cd /opt/ansible-distro-configure && PATH=~/.local/bin:\$PATH ~/.local/bin/molecule test -s archlinux" ``` ## Architecture Overview -- cgit v1.2.3