133:b99ebf84e286
Anton Shestakov <av6@dwimlabs.net>, Thu, 11 Aug 2016 18:48:44 +0800
pipelines: parsing the last task was getting weird, let's make it simple first

previous change 108:f24c7fee1b0d

provision/roles/supervisor/tasks/main.yml

Permissions: -rw-r--r--

Other formats: Feeds:
---
- name: Install package
apt:
pkg: supervisor
state: present
...