Commit d0fc26e

bryfry <bryon@fryer.io>
2016-06-03 00:29:10
git config todo + ignore errors on clone if local version is ahead
1 parent 648a0e3
Changed files (2)
tasks/dwm.yml
@@ -19,6 +19,7 @@
   git:
     repo: git@github.com:bryfry/dwm.git
     dest: "{{ dwm_dir }}"
+  ignore_errors: yes
   tags: dwm
 
 - name: dwm - compile
README.md
@@ -6,7 +6,7 @@ An ansible playbook for setting up Ubuntu 16.04 (server + dwm) on a Dell Chromeb
   
 #### Bootstrap ansible
 
-  * `sudo apt-get install python python-yaml python-jinja2 aptitude`
+  * `sudo apt-get install python python-yaml python-jinja2 aptitude python-setuptools`
   * `git clone https://github.com/ansible/ansible.git ~/git/ansible`
   * `source ~/git/ansible/hacking/env-setup`
 
@@ -19,6 +19,7 @@ An ansible playbook for setting up Ubuntu 16.04 (server + dwm) on a Dell Chromeb
 
   - [ ] `git config --global user.email "bryon@fryer.io"`
   - [ ] `git config --global user.name "bryfry"`
+  - [ ] `git config --global url."git@github.com:".insteadOf "https://github.com/"`
   - [ ] powertop systemd service
   - [ ] battery charge logs
   - [ ] improve wifi setup (script?)