This site is in read only mode. Please continue to browse, but replying, likes, and other actions are disabled for now.

⚠️ We've moved!

Hi there!

To reduce project dependency on 3rd party paid services the StackStorm TSC has decided to move the Q/A from this forum to Github Discussions. This will make user experience better integrated with the native Github flow, as well as the questions closer to the community where they can provide answers.

Use 🔗 Github Discussions to ask your questions.

StackStorm.st2 : Install latest st2 package, auto-update

TASK [StackStorm.st2 : Install latest st2 package, auto-update] *************************************************************************************************************************************************************************************************
task path: /data/ansible-st2/roles/StackStorm.st2/tasks/main.yml:14
ESTABLISH LOCAL CONNECTION FOR USER: root
EXEC /bin/sh -c ‘echo ~root && sleep 0’
EXEC /bin/sh -c ‘( umask 77 && mkdir -p “echo /root/.ansible/tmp/ansible-tmp-1557959303.03-156192916200318” && echo ansible-tmp-1557959303.03-156192916200318="echo /root/.ansible/tmp/ansible-tmp-1557959303.03-156192916200318" ) && sleep 0’
Using module file /usr/local/lib/python2.7/dist-packages/ansible/modules/packaging/os/apt.py
PUT /root/.ansible/tmp/ansible-local-16425RO3zfH/tmpPO73Wl TO /root/.ansible/tmp/ansible-tmp-1557959303.03-156192916200318/AnsiballZ_apt.py
EXEC /bin/sh -c ‘chmod u+x /root/.ansible/tmp/ansible-tmp-1557959303.03-156192916200318/ /root/.ansible/tmp/ansible-tmp-1557959303.03-156192916200318/AnsiballZ_apt.py && sleep 0’
EXEC /bin/sh -c ‘/usr/bin/python /root/.ansible/tmp/ansible-tmp-1557959303.03-156192916200318/AnsiballZ_apt.py && sleep 0’
EXEC /bin/sh -c ‘rm -f -r /root/.ansible/tmp/ansible-tmp-1557959303.03-156192916200318/ > /dev/null 2>&1 && sleep 0’
FAILED - RETRYING: Install latest st2 package, auto-update (5 retries left).Result was: {
“attempts”: 1,
“changed”: false,
“invocation”: {
“module_args”: {
“allow_unauthenticated”: false,
“autoclean”: false,
“autoremove”: false,
“cache_valid_time”: 0,
“deb”: null,
“default_release”: null,
“dpkg_options”: “force-confdef,force-confold”,
“force”: false,
“force_apt_get”: false,
“install_recommends”: null,
“name”: “st2”,
“only_upgrade”: false,
“package”: [
“st2”
],
“purge”: false,
“state”: “latest”,
“update_cache”: null,
“upgrade”: null
}
},
“msg”: “No package matching ‘st2’ is available”,
“retries”: 6
}

Facing one more issue… any help would be appreciated!

Same problem, duplicate of StackStorm.st2repo : Add keys to keyring when machine doesn’t have full access to internet.