panda 4 yıl önce
ebeveyn
işleme
139a7ae14f
1 değiştirilmiş dosya ile 3 ekleme ve 1 silme
  1. 3 1
      README.md

+ 3 - 1
README.md

@@ -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