You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On CentOS 7.7 / Ansible 2.8.5, when trying to install MongoDB 4.2 I get the error 'failed: [mongodb01.intra.local] (item=4.2) => {"ansible_loop_var": "version_item", "changed": false, "msg": "AnsibleUndefinedVariable: 'dict object' has no attribute u'4.2'", "version_item": "4.2"} in the 'Add YUM repository' task.
Kind regards,
The text was updated successfully, but these errors were encountered:
I faced the same issue when tried to install MongoDB 4.2 on Amazon linux (not Amazon linux2) using this role.
My temp workaround is that fix the "mongodb_repository" value for 4.2 of "var/Amazon.yml" to 'https://repo.mongodb.org/yum/amazon/2013.03/mongodb-org/4.2/x86_64/' on my forked repository and used it.
Hi,
On CentOS 7.7 / Ansible 2.8.5, when trying to install MongoDB 4.2 I get the error
'failed: [mongodb01.intra.local] (item=4.2) => {"ansible_loop_var": "version_item", "changed": false, "msg": "AnsibleUndefinedVariable: 'dict object' has no attribute u'4.2'", "version_item": "4.2"}
in the 'Add YUM repository' task.Kind regards,
The text was updated successfully, but these errors were encountered: