Darius Sagatauskas
Darius Sagatauskas
I have made such a changes in a ejabberd_user module ``` # diff -u ejabberd_user.py /root/.ansible/collections/ansible_collections/community/general/plugins/modules/web_infrastructure/ejabberd_user.py --- ejabberd_user.py 2022-10-12 17:40:29.447826943 +0300 +++ /root/.ansible/collections/ansible_collections/community/general/plugins/modules/web_infrastructure/ejabberd_user.py 2022-10-12 17:37:56.527302236 +0300 @@ -164,7 +164,7 @@...
Hello guys, I have had same issue. using pyro version `1.2.1-1` Found a solution with such configuration: ``` api: base-url: "https://pyroscope.example.org" server: http_listen_address: 127.0.0.1 http_listen_port: 4040 grpc_listen_address: 127.0.0.1 grpc_listen_port: 9095...
related to [https://github.com/ansible-collections/amazon.aws/pull/2749](url)