update

Thu, 15 Jun 2017 03:26:35 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 15 Jun 2017 03:26:35 -0400
changeset 67
37148a8955f0
parent 66
2a8a5243bddc
child 68
539425ad28ce

update

README.md file | annotate | diff | comparison | revisions
--- a/README.md
+++ b/README.md
@@ -19,9 +19,9 @@ packages:
   - ansible
   - git
 runcmd:
-  - echo -e "[localhost]\n127.0.0.1 ansible_connection=local" >> /etc/ansible/hosts
+  - echo -e '[localhost]\n127.0.0.1 ansible_connection=local' >> /etc/ansible/hosts
   - ssh-keyscan github.com >> /etc/ssh/ssh_known_hosts
   - mkdir /etc/ansible/web
-  - ansible-pull -d /etc/ansible/web/ -U <git repo URL>
+  - ansible-pull -d /etc/ansible/web -U https://github.com/merrilymeredith/devbox-ansible.git
 ```
 

mercurial