diff options
| author | Ahmed AbdelHalim <[email protected]> | 2025-09-04 04:33:36 +0200 |
|---|---|---|
| committer | Ahmed AbdelHalim <[email protected]> | 2025-09-04 04:33:36 +0200 |
| commit | fe61da643ed89af7dcfe0786c07f5a6daf5ea093 (patch) | |
| tree | 246635bf934c1778b8f0cc855170ff78a192ebb2 | |
| parent | 2e86c0d75c6b179962b235653474fdf959854aad (diff) | |
Make the testing commands generic
| -rw-r--r-- | CLAUDE.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 . <HOST>:/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 <HOST> "cd /opt/ansible-distro-configure && PATH=~/.local/bin:\$PATH ~/.local/bin/molecule test -s archlinux" ``` ## Architecture Overview |
