update requirements

This commit is contained in:
2022-11-06 07:05:44 -06:00
parent 062468ad8d
commit e0399d1dbf

View File

@@ -14,6 +14,7 @@ I have had the best results to run the code locally first
``` bash
git clone https://github.com/DeveloperDurp/DesktopAnsible.git
cd DesktopAnsible
sudo ansible-galaxy install -f requirements.yml
sudo ansible-playbook local.yml
```