Miquel Adrover
Miquel Adrover
I hit the same issue but it my case it was something silly. I had the set .top-bar background-color to white without noticing that the menu link and icon were...
Same behavior has been observed on Centos 7 as well. This is my fix: ``` - name: Ensure python3 is installed ansible.builtin.yum: name: python3 state: present - name: Get instance...
Hi I'm getting the same issue, see: ``` $ uname -a Darwin miquel-mac.binihome.local 19.5.0 Darwin Kernel Version 19.5.0: Tue May 26 20:41:44 PDT 2020; root:xnu-6153.121.2~2/RELEASE_X86_64 x86_64 $ python3 --version Python...
That solved the issue... thanks! :)
I'm sorry to bring this zombie issue back from the mists of time but, IMHO, since the new Apple laptops are starting to be more and more common this request...
For reference, similar but not exactly the same: ``` {"level":"debug","msg":"guest agent event: {Time:2023-01-24 23:46:41.635597719 +0000 UTC LocalPortsAdded:[{IP:0.0.0.0 Port:23761} {IP:0.0.0.0 Port:9000} {IP:0.0.0.0 Port:9443}] LocalPortsRemoved:[] Errors:[]}","time":"2023-01-25T00:46:42+01:00"} {"level":"info","msg":"Forwarding TCP from 0.0.0.0:23761 to 0.0.0.0:23761","time":"2023-01-25T00:46:42+01:00"}...
Same issue here, found on [Home Assistant](https://home-assistant.io/). It can be reproduced both on Safari on iPad and Iphone and the native Home Assistant app, which I guess uses the same...
Can I have some guidance on this one, please?
The misbehavior can be reproduced in Ansible 2.8.8. However, I have determined what's causing the issue; we have a role which includes a library which implements a task that we...