Kamil Monticolo

Results 6 issues of Kamil Monticolo

I'm using this snippet of code to test listening ports: ``` def test_listening_socket(host): listening = host.socket.get_listening_sockets() for spec in ( "tcp://:::22", "tcp://:::5432", ): socket = host.socket(spec) assert socket.is_listening ``` but...

There is no need to use link here as it will be linked in the ansible-initial-server role.

There is no need to use link here as it will be linked in the ansible-initial-server role.

* ReaR version ("/usr/sbin/rear -V"): 2.7 / Git * If your ReaR version is not the current version, explain why you can't upgrade: * OS version ("cat /etc/os-release" or "lsb_release...