126:bd9e4ed25eb5
Anton Shestakov <av6@dwimlabs.net>, Thu, 11 Aug 2016 14:00:28 +0800
pipelines: hitting a supervisor bug, let's see if this helps It looks like an image problem, let's try another distro. (https://github.com/Supervisor/supervisor/issues/121)

previous change 108:f24c7fee1b0d

provision/playbook.yml

Permissions: -rw-r--r--

Other formats: Feeds:
---
- hosts: all
become: 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
...