dmd
ansible-dmd
This role installs the DMD compiler (https://dlang.org/download.html).
Role Variables
Variables to deploy role are listed below.
- dmd_install_dir
- dmd_version
- dmd_old_compilers
DMD install variables can be specified as follows:
dmd_install_dir: /usr/local
dmd_version: 2.098.1
dmd_old_compilers: [2.098.0]
Example Playbook
- name: Install dmd
hosts: all
roles:
- name: Install dmd
role: cspencer51.dmd
tags:
- dmd
vars:
dmd_install_dir: /usr/local
dmd_version: 2.098.1
dmd_old_compilers: [2.098.0]
License
MIT
Install
ansible-galaxy install cspencer51/ansible-dmd
License
mit
Downloads
28
Owner