Commit 2b2b42e
Changed files (1)
README.md
@@ -20,17 +20,16 @@
{
sudo apt update
sudo apt install -y python3-pip python3-venv git
- python3 -m venv ~/.ansible
- source ~/.ansible/bin/activate
+ mkdir git
+ cd git
+ git clone git@github.com:bryfry/trustme.click.git
+ python3 -m venv .ansible
+ source .ansible/bin/activate
python3 -m pip install --upgrade pip wheel
python3 -m pip install ansible
source ~/.profile
- mkdir git
- cd git
- git clone git@github.com:bryfry/trustme.click.git
cd trustme.click
ansible-playbook main.yml
deactivate
- rm ~/.ansible
}
```