File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed
install/roles/bindle-dependencies/tasks Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 11* .swp
22* .swo
33/target- * /
4+ * .orig
5+ * .new
6+ * .new~
Original file line number Diff line number Diff line change 2020 - python-paramiko
2121 - python-httplib2
2222
23- - name : Download Ansible 1.6 deb package
24- get_url :
23+ - name : Download get-pip
24+ get_url :
25+ url=https://bootstrap.pypa.io/get-pip.py
2526 dest=/tmp
26- url=https://seqwaremaven.oicr.on.ca/artifactory/simple/seqware-dependencies/ansible/ansible/1.6.10-precise/ansible-1.6.10-precise.deb
27- mode=755
2827
29- - name : Install Ansible 1.6 (using default Ansible 1.5.4)
28+ - name : Install pip
3029 sudo : True
31- shell : dpkg -i /tmp/ansible-1.6.10-precise.deb
30+ shell : python /tmp/get-pip.py
3231
3332- name : Download Vagrant deb package
3433 get_url :
6564 - libipc-system-simple-perl
6665
6766- name : Create .bindle directory
68- file : path=~/ .bindle state=directory
67+ file : path=/home/{{ user_name }}/ .bindle state=directory owner={{ user_name }}
6968
7069- name : Template over default config files
71- template : src={{ bindle_config }} dest=~/ .bindle
70+ template : src={{ bindle_config }} dest=/home/{{ user_name }}/ .bindle/{{ bindle_config }}
You can’t perform that action at this time.
0 commit comments