StackStorm / ansible-st2

Ansible Roles and Playbooks to deploy StackStorm
https://galaxy.ansible.com/StackStorm/stackstorm/
Apache License 2.0
100 stars 77 forks source link

Getting error while installing Ansible pack on StackStorm Version st2 3.4.1, on Python 3.6.9 #330

Closed Bindu-yadav8 closed 1 year ago

Bindu-yadav8 commented 1 year ago

Hello,

I want to install ansible pack on stackstorm, but while installing seeing the below error. I have StackStorm running in the Azure VM.

root@CNAS-STACKSTORM:/opt/stackstorm/packs# st2 pack install ansible

For the "ansible" pack, the following content will be registered:

actions | 8 rules | 0 sensors | 0 aliases | 0 triggers | 0

Installation may take a while for packs with many items.

    [ succeeded ] init_task
    [ succeeded ] download_pack
    [ succeeded ] make_a_prerun
    [ succeeded ] get_pack_dependencies
    [ succeeded ] check_dependency_and_conflict_list
    [  failed   ] install_pack_requirements

id: 63b51a225a69f8aa31eec630 action.ref: packs.install parameters: packs:

Can someone please help me to fix this issue?

@armab

arm4b commented 1 year ago
st2 pack install ansible

The repository here is for deploying StackStorm with Ansible so I'm closing this issue.

Please create an issue in https://github.com/stackStorm-exchange/stackstorm-ansible instead which refers to the Ansible pack. Don't forget to nicely format your logs with a code snippet block so it's easier to read.