84:11542759f9d6
Anton Shestakov <av6@dwimlabs.net>, Thu, 26 May 2016 00:20:00 +0800
templates: update Bootstrap to 3.3.6 Tags are taken from the official site and they already include SRI hashes.

next change 107:7dee6d151401
previous change 66:4f361ef1d737

provision/playbook.yml

Permissions: -rw-r--r--

Other formats: Feeds:
---
- hosts: all
sudo: yes
vars:
umbrella: localhost
pre_tasks:
- lineinfile: dest=/etc/hosts line="127.0.0.1 fruitbar.{{ umbrella }}"
when: ansible_virtualization_type == "virtualbox"
- apt: update_cache=yes cache_valid_time=3600
roles:
- role: fruitbar
...