1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Merge pull request #273 from iiab/holta-patch-2

2 typos in roles/kalite/tasks/install.yml
This commit is contained in:
A Holt 2017-09-18 23:36:04 -04:00 committed by GitHub
commit fb8b8b5d87

View file

@ -6,7 +6,7 @@
with_items:
- python-virtualenv
- name: Grap the requirements file
- name: Grab the requirements file
get_url: url={{ kalite_requirements }} dest={{ pip_packages_dir }}/kalite.txt
when: internet_available