# HG changeset patch # User Meredith Howard # Date 1497576282 14400 # Node ID 509db8d79ab554b231e5879442de952905125832 # Parent 04beed510fa32672b608764f3b5938c888d6289c fix diff --git a/README.md b/README.md --- 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