Daniel Gonçalves

Results 12 comments of Daniel Gonçalves

@grigouze: the problem is the v4 is deprecated and to get this apikey (which is different than v5) we should be able to connect to the old interface. So how...

What if we set the VIRTUALENV and PATH environment variables according to what the activate script do? Then we can pass the environment to the ansible command and voilà.

@barnabasJ : how do you use testinfra? It seems you don't use molecule. In my case, putting a conftest.py file in my test dir doesn't affect my tests. Moreover, I...

OK thanks for the explaination. I was able to adapt your code to an usage with molecule. I just added the following code to my tests (it works like yours):...

I need to copy them anywhere in the chroot environment and then I can process them inside the customize_image function. In my case, it's a deb package that I need...

Hi, I opened [this PR](https://github.com/mvallim/live-custom-ubuntu-from-scratch/pull/35) to reflect what I exepected. While the workaround provided by @asharrem works, feel free to close the PR if you think it's irrelevant.

Hello, Running these commands resolve the bug: `dbus-send --session --print-reply=literal --dest=org.freedesktop.impl.portal.PermissionStore /org/freedesktop/impl/portal/PermissionStore org.freedesktop.impl.portal.PermissionStore.SetPermission string:'screenshot' boolean:true string:'screenshot' string:'org.flameshot.Flameshot' array:string:'yes'` `dbus-send --session --print-reply=literal --dest=org.freedesktop.impl.portal.PermissionStore /org/freedesktop/impl/portal/PermissionStore org.freedesktop.impl.portal.PermissionStore.Lookup string:'screenshot' string:'screenshot'`

Hello @fosterseth, Thank you for your help and your insights. I cleared all my settings in ui and I cannot modify these: ``` awx setting list | grep -i https...

Hello @fosterseth Unfortunately I wasn't able to reproduce on my side too. Something should be wrong in the settings but I can't figure out what. Any insight to help me...

Finally I was able to figure out what was going wrong. My TOWER_URL_BASE setting were corrupted in database: it were registered without quotes. Many thanks for your help @fosterseth