Ansible-galaxy role for installing Drush, a command line shell and scripting interface for Drupal.
Default variables: (see default/main.yml)
memory_limit: 512M
destination_path: /usr/local/bin/drush
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
- hosts: servers
roles:
- { role: sparkfabrik.drush, memory_limit: 512M, destination_path : /usr/local/bin/drush }
BSD