Schenier Lopez

Results 2 issues of Schenier Lopez

Hey there! I'm trying to use the collection but all time it returns this error: ``` ERROR! the role 'php-versions' was not found in /etc/ansible/roles:/etc/ansible/roles:/etc/ansible The error appears to be...

This is my current configuration ``` .... 'connections' => [ 'rabbitmq' => [ 'driver' => 'rabbitmq', 'worker' => env('RABBITMQ_WORKER', 'default'), 'queue' => env('RABBITMQ_QUEUE', 'default'), 'connection' => PhpAmqpLib\Connection\AMQPLazyConnection::class, 'host' => env('RABBITMQ_HOST'),...