Giorgos Drosos

Results 22 issues of Giorgos Drosos

## Summary Hello @jacobtomlinson @spinits4 , I hope you're all doing well! I've just opened this pull request that proposes the removal of the unused `websockets` dependency from the `setup.cfg`...

installation/packaging

## Summary This pull request removes the unused dependency `requests` from the `requirements.txt` file and updates the corresponding note in the README. This change is a result of ongoing research...

## Summary This pull request removes the unused dependency `urllib3` from the `setup.cfg` and the `test_requirements.txt` configuration files. The removal is a finding from ongoing research focused on identifying and...

## Summary This pull request addresses the removal of the unused dependencies `greenlet` and `cffi` from the project. It's part of an ongoing research endeavor focusing on the identification and...

## Summary Hello @ydnath, @chidanandpujar I hope you're doing well! I've just opened this pull request that proposes the removal of the unused `future` dependency from the `requirements.txt` configuration file....

## Summary Hello @christopherseeley, @msaniscalchi, I hope you're doing well! I've just opened this pull request that proposes the removal of the unused dependency `xmltodict` from the `setup.py` configuration file....

##### SUMMARY We ran a cross-OS testing campaign for `cloud.terraform`, and specifically when testing the module `terraform_output` using the command: `ansible-test integration terraform_output --allow-destructive --requirements --allow-root --continue-on-error`, the tests run...

### Summary The snap module fails to install snaps like hello-world when using parameters like classic, channel, or dangerous. It seems to construct an invalid command like: ``` ['state', 'classic',...

bug
module
traceback
plugins

### Summary The `community.general.timezone` module incorrectly falls back to non-systemd logic on Fedora when `timedatectl` exists but fails to execute — a common scenario in containers where systemd is installed...

bug
module
plugins

### Summary The `community.general.apk` module crashes with an unhandled `FileNotFoundError` when the `world` parameter points to a non-existent file. Instead of failing cleanly with `fail_json()`, it produces a Python traceback....

bug
module
traceback
plugins