Add tasks to install laconic-so, python, pip and ansible on remote host

This commit is contained in:
Adw8
2024-10-01 16:16:23 +05:30
parent ca2184b0cd
commit 1586057a49
3 changed files with 35 additions and 2 deletions
+2
View File
@@ -81,9 +81,11 @@ To run the playbook on a remote host:
```bash
# For bash users
echo 'export PATH="$HOME/bin:$PATH"' >> ~/.bashrc
source ~/.bashrc
# For zsh users
echo 'export PATH="$HOME/bin:$PATH"' >> ~/.zshrc
source ~/.zshrc
```
- Once the PATH is set, verify the installation by running the following commands: