fix

Thu, 15 Jun 2017 21:24:42 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 15 Jun 2017 21:24:42 -0400
changeset 71
509db8d79ab5
parent 70
04beed510fa3
child 72
33181d87b149

fix

README.md file | annotate | diff | comparison | revisions
--- a/README.md
+++ b/README.md
@@ -31,10 +31,11 @@ packages:
   - ansible
   - git
 runcmd:
-  - echo -e '[localhost]\nlocalhost ansible_connection=local' >> /etc/ansible/hosts
+  - echo '[localhost]\nlocalhost ansible_connection=local' >> /etc/ansible/hosts
   - ansible-pull -U https://github.com/merrilymeredith/devbox-ansible.git
 ```
 
 # TODO
 
 - Make pull config install cron entry?
+- Debian 8 ansible is still 1.7 lol

mercurial