Hi, I’m trying to install new version of Stackstorm and using ansible for that and playbook is failing b’coz of below error. Can anyone help?
TASK [StackStorm.mongodb : apt | Install mongodb]
********************************************************************************************************************************************************************************************
FAILED - RETRYING: apt | Install mongodb (5 retries left).
FAILED - RETRYING: apt | Install mongodb (4 retries left).
FAILED - RETRYING: apt | Install mongodb (3 retries left).
FAILED - RETRYING: apt | Install mongodb (2 retries left).
FAILED - RETRYING: apt | Install mongodb (1 retries left).
[WARNING]: Could not find aptitude. Using apt-get instead
fatal: [localhost]: FAILED! => {“attempts”: 5, “changed”: false, “msg”: “No package matching ‘mongodb-org’ is available”}
ST2-Ansible git: Ansible Playbooks — StackStorm 3.0.0 documentation and I’m running ansible 2.9.0.dev0 ansible version and I’m trying to install on Ubuntu-16.04