AWS DevOps Engineer Professional DOP-C01 – Question470

When writing custom Ansible modules, which language is not supported?

A.
Python
B. C++
C. Bash
D. All of the languages listed are supported

Correct Answer: D

Explanation:

Explanation:
Ansible modules can be written in any language that is executable on the target system. The only requirement is that the module can write its results as JSON output to STDOUT for Ansible to consume.
Reference:
http://docs.ansible.com/ansible/developing_modules.html