fix readme

This commit is contained in:
panda 2020-03-14 00:52:38 +01:00
parent abfac6d17c
commit 139a7ae14f

View file

@ -1,7 +1,9 @@
PREREQUISITES:
apt-get install -y ansible
install ansible:
apt-get install -y ansible
add hosts lines to ansible:
echo "[thismachine]" >> /etc/ansible/hosts
echo "127.0.0.1" >> /etc/ansible/hosts