MaDPaPo

Results 8 issues of MaDPaPo

``` - name: Example hosts: rpi-server become: yes become_method: sudo gather_facts: false tasks: - name: "Update APT repositories and cache" apt: update_cache: yes force_apt_get: yes cache_valid_time: 3600 ``` Seems to...

**Describe the bug** It seems that if WeTTY is behind a reverse proxy, the $request_uri must be the same on proxy side and on wetty side too. In depth, it...

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the feature has not already been requested ### 🚀 Feature...

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the feature has not already been requested ### 🚀 Feature...

### The problem No devices are located by bluetooth_tracker. In registry I found that stacktrace: ``` Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/components/bluetooth_tracker/device_tracker.py", line 197, in update_bluetooth await perform_bluetooth_update() File...

integration: bluetooth_tracker

#### Describe the bug After installing Element APP on Android 11, I started the APP and try to configure my local Matrix server using WIFI connection. I fill the Server...

I have a script that on exit has to kill the screen (in order to clean the buffer and poweringOff). Using the process.on("exit", cb) seems to not work (like the...

It seems that if I spawn an alsaplayer daemon like so alsaplayer -i daemon -s 0 and than open a new SSH shell: alsaplayer -E song.ogg -n 0 It does...