New in version 2.1.
parameter | required | default | choices | comments |
---|---|---|---|---|
chdir |
yes |
cd into this directory before running make
|
||
params |
no | none |
Any extra parameters to pass to make
|
|
target |
no | none |
The target to run
|
# Build the default target - make: chdir: /home/ubuntu/cool-project # Run `install` target as root - make: chdir: /home/ubuntu/cool-project target: install become: yes # Pass in extra arguments to build - make: chdir: /home/ubuntu/cool-project target: all params: NUM_THREADS: 4 BACKEND: lapack
This module is flagged as preview which means that it is not guaranteed to have a backwards compatible interface.
For help in developing on modules, should you be so inclined, please read Community Information & Contributing, Testing Ansible and Developing Modules.