Hello everybody!
Does anybody successfully use Ansible Tower (2.3.1 in my case) together with ansible 2.0 beta (v2.0.0-0.4.beta2)?
I’m new to Tower. I received installed Tower together with ansible 1.9.4 on Debian host, however I do need some features of ansible 2.0 version. I updated ansible on the host to v2.0.0-0.4.beta2 version using local deb package built from sources. After that all jobs fail with the following message:
[WARNING]: provided hosts list is empty, only localhost is available
ERROR! No argument passed to command module (did you mean to run ansible-playbook?)
So, I want to know whether I simply missed something in configuration or this is just incompatible setup?