ansible-java-role
ansible-java-role copied to clipboard
debconf is not a legal parameter
Just tested this role on Ansible 1.5 under Debian and got the following error;
ERROR: debconf is not a legal parameter in an Ansible task or handler
Looks like this module was introduced into 1.6, so I upgraded to Ansible 1.8 and I still get the same problem.
Also having this issue with Ansible 1.5.4, which is the version in the Ubuntu 14.04 LTS repository.
same to me
I solved by upgrade ansible version to 1.6.1
sudo pip install ansible==1.6.1