ansible_make_role 0.7.0
Instead of having an Ansible role per-directory main.yml file, ansible-make-role processes a make.yml file in the role directory and generates the main.yml files from that. In make.yml each main.yml definition is contained in a per-file section: 'defaults', 'vars', 'tasks', and 'handlers'. Definitions outside of those sections (notably 'dependencies') are going to the meta/main.yml file
Gemfile:
=
install:
=
Runtime Dependencies (1):
shellopts
= 0.9.3