RocketChat / Rocket.Chat.Ansible

Deploy Rocket.Chat with Ansible!
MIT License
94 stars 80 forks source link

Error on task assert using generic/ubuntu1804 box with libvirt provider and Ansible 2.9 #113

Open samueldc opened 3 years ago

samueldc commented 3 years ago

Hi,

I getting the following error using generic/ubuntu1804 box with libvirt provider and Ansible 2.9:

TASK [RocketChat.Server : assert] ********************************************** task path: /home/vagrant/.ansible/roles/RocketChat.Server/tasks/main.yml:27 fatal: [rocketchat-poc]: FAILED! => { "msg": "The conditional check 'result|succeeded' failed. The error was: template error while templating string: no filter named 'succeeded'. String: {% if result|succeeded %} True {% else %} False {% endif %}" }

Any thoughts?

Thanks in advance,

Samuel