'How to launch app (anaconda3) after installed with Ansible Galaxy?

I installed Anaconda3 on my Desktop Linux OpenSUSE from https://galaxy.ansible.com/robertdebock/anaconda

https://github.com/robertdebock/ansible-role-anaconda

I use command in terminal: ansible-galaxy install -p ./roles robertdebock.anaconda

I use /etc/ansible/hosts

 [control]
 localhost ansible_connection=local

Anaconda3 installed successfully in folder: /root/anaconda3

I cannot to launch anaconda3 and anaconda-navigator on my Desktop Computer - Linux OpenSUSE.

Terminal: anaconda-navigator Enter - don't work.

What command do I write in Terminal?

Help.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source