-
Notifications
You must be signed in to change notification settings - Fork 34
Playbook install fails with Ansible 2.9.6 Ubuntu 20.04 #198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Sorry but I don't understand how this is related to this project as we are not asking for 2.9.6 specificly and the README page mentions al tests are done with 2.9.18+. |
Thanks, and sorry... I installed/updated a brand new Ubuntu 20.04 Is Ansible 2.9.18 the recommended version Installed Ansible by pip3: 2.10.2 the playbook completed successfully. |
thank you @fgjohnson. Yes as we ran tests using 2.9.18 we're sure it works so I would recommand it. Actually, latest tests now occurs with 2.9.21. I would say that's even better and will update doc accordingly. |
Ansible 2.9.6 in the Ansible deployment fails in Ubuntu 20.04
Indication is it might self resolve with a newer version.
DataDog/ansible-datadog#274
$ ansible -m service_facts localhost
fatal: [activemq_1]: FAILED! => {"changed": false, "msg": "Malformed output discovered from systemd list-unit-files: accounts-daemon.service enabled enabled "}
$ ansible --version
ansible 2.9.6
config file = /etc/ansible/ansible.cfg
configured module search path = ['/home/fgjohnson/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
ansible python module location = /usr/lib/python3/dist-packages/ansible
executable location = /usr/bin/ansible
python version = 3.8.10 (default, Jun 2 2021, 10:49:15) [GCC 9.4.0]
The text was updated successfully, but these errors were encountered: