ansible-java-role icon indicating copy to clipboard operation
ansible-java-role copied to clipboard

debconf is not a legal parameter

Open map7 opened this issue 10 years ago • 3 comments

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.

map7 avatar Nov 25 '14 00:11 map7

Also having this issue with Ansible 1.5.4, which is the version in the Ubuntu 14.04 LTS repository.

matt2000 avatar Feb 20 '15 23:02 matt2000

same to me

rubenCodeforges avatar Mar 20 '15 08:03 rubenCodeforges

I solved by upgrade ansible version to 1.6.1

sudo pip install ansible==1.6.1

0x3bfc avatar Oct 05 '16 10:10 0x3bfc